4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
|
|
DROP TABLE IF EXISTS t1, t2;
|
||
|
|
create table t1 (a int);
|
||
|
|
drop table t1;
|