Files
2025-11-23 15:33:54 +08:00

4 lines
69 B
Plaintext
Executable File

DROP TABLE IF EXISTS t1, t2;
create table t1 (a int);
drop table t1;