📜  drop-toys-table - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:25.280000             🧑  作者: Mango

代码示例1
drop table toys ;

select table_name
from   user_tables
where  table_name = 'TOYS';