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