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