mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
4 lines
69 B
Text
4 lines
69 B
Text
|
DROP TABLE IF EXISTS t1, t2;
|
||
|
create table t1 (a int);
|
||
|
drop table t1;
|