sample clause in sql

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

showing results for - "sample clause in sql"
Edgar
02 Nov 2019
1 Using a SAMPLE clause, we can select random rows.
2SELECT * FROM table_name SAMPLE(10);