3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
drop table if exists t1;
|
|
create table t1 (id int);
|
drop table if exists t1;
|
|
create table t1 (id int);
|