update inbox list
This commit is contained in:
7
vendor/scrivo/highlight.php/test/markup/sql/values-statement.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/sql/values-statement.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
VALUES 1, 2 , 3;
|
||||
|
||||
VALUES
|
||||
(1, 'Spock'),
|
||||
(2,'Kirk') ,
|
||||
(3, 'McCoy'),
|
||||
(4,'Scotty');
|
||||
Reference in New Issue
Block a user