presentations/highlight-js/test/markup/sql/values-statement.txt

7 lines
112 B
Text

VALUES 1, 2 , 3;
VALUES
(1, 'Spock'),
(2,'Kirk') ,
(3, 'McCoy'),
(4,'Scotty');