4 lines
74 B
SQL
4 lines
74 B
SQL
use test;
|
|
drop table if exists freeform;
|
|
drop table if exists semistruct;
|
use test;
|
|
drop table if exists freeform;
|
|
drop table if exists semistruct;
|