Description
For vectorization, the ROWS clause is ignored causing many rows to be returned.
SELECT * FROM source TABLESAMPLE(10 ROWS);
For vectorization, the ROWS clause is ignored causing many rows to be returned.
SELECT * FROM source TABLESAMPLE(10 ROWS);