4 lines
62 B
SQL
4 lines
62 B
SQL
use test;
|
|
drop table if exists towns;
|
|
drop table if exists a;
|
use test;
|
|
drop table if exists towns;
|
|
drop table if exists a;
|