update inbox list
This commit is contained in:
5
vendor/scrivo/highlight.php/test/markup/sql/tablesample.txt
vendored
Normal file
5
vendor/scrivo/highlight.php/test/markup/sql/tablesample.txt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
SELECT * FROM orders TABLESAMPLE (500 ROWS);
|
||||
|
||||
SELECT * FROM customers TABLESAMPLE (25 PERCENT);
|
||||
|
||||
SELECT * FROM employees TABLESAMPLE (BUCKET 2 OUT OF 10);
|
||||
Reference in New Issue
Block a user