sample in sql

Solutions on MaxInterview for sample in sql by the best coders in the world

showing results for - "sample in sql"
Angelo
07 Jun 2020
1 Using a SAMPLE clause, we can select random rows.
2SELECT * FROM table_name SAMPLE(10);