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

8 lines
112 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
VALUES 1, 2 , 3;
VALUES
(1, 'Spock'),
(2,'Kirk') ,
(3, 'McCoy'),
(4,'Scotty');