7 lines
119 B
SQL
7 lines
119 B
SQL
use test;
|
|
drop table if exists tbl1;
|
|
drop table if exists tbl2;
|
|
drop table if exists tbl3;
|
|
drop table if exists tbl4;
|
|
|