lava-oushudb-dt-sql-parser/test/parser/spark/syntax/fixtures/list.sql

13 lines
232 B
MySQL
Raw Normal View History

-- LIST { FILE | FILES } file_name [ ... ]
LIST FILE;
LIST FILE /tmp/test /some/random/file /another/random/file;
-- LIST { JAR | JARS } file_name [ ... ]
LIST JAR;
LIST JAR /tmp/test.jar /some/random.jar /another/random.jar;