Add missing semicolon in csv test
This commit is contained in:
parent
a4a48c09b6
commit
56e5fd1b5f
@ -1295,7 +1295,7 @@ SELECT fld3 FROM t2;
|
|||||||
#
|
#
|
||||||
|
|
||||||
DROP TABLE t1;
|
DROP TABLE t1;
|
||||||
ALTER TABLE t2 RENAME t1
|
ALTER TABLE t2 RENAME t1;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Drop and recreate
|
# Drop and recreate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user