Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/sql/tablesample.txt

6 lines
155 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
SELECT * FROM orders TABLESAMPLE (500 ROWS);
SELECT * FROM customers TABLESAMPLE (25 PERCENT);
SELECT * FROM employees TABLESAMPLE (BUCKET 2 OUT OF 10);