summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseDelete11.in
diff options
context:
space:
mode:
authorDeven Bansod <devenbansod.bits@gmail.com>2016-09-24 23:04:01 +0530
committerDeven Bansod <devenbansod.bits@gmail.com>2016-09-27 01:15:06 +0530
commit98679cb7ed977d2b0d6cfa4b27c7964d41dc5c44 (patch)
treec40688475c133aee7380eae458bbbd75069129a2 /tests/data/parser/parseDelete11.in
parent0fb198f38657741b928580c94055d199c754b0ce (diff)
downloadsql-parser-98679cb7ed977d2b0d6cfa4b27c7964d41dc5c44.zip
sql-parser-98679cb7ed977d2b0d6cfa4b27c7964d41dc5c44.tar.gz
sql-parser-98679cb7ed977d2b0d6cfa4b27c7964d41dc5c44.tar.bz2
Fixed some errors and add new tests
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'tests/data/parser/parseDelete11.in')
-rw-r--r--tests/data/parser/parseDelete11.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/parseDelete11.in b/tests/data/parser/parseDelete11.in
new file mode 100644
index 0000000..8c9ad7a
--- /dev/null
+++ b/tests/data/parser/parseDelete11.in
@@ -0,0 +1 @@
+DELETE QUICK FROM table1, table2.* USING table1 AS `t1`, table2 AS `t2` WHERE 1=1 \ No newline at end of file