drop table name的意思|示意
删除表名
drop table name的网络常见释义
直接删除表 ... create table name; //创建表 drop table name; // 直接删除表 show tables; //显示数据库中的表 (show内部命令) ...
drop table name相关短语
1、 ALTER TABLE table-name DROP line-name 删除列
drop table name相关例句
The syntax is simple: you append the fully qualified name and a semicolon to the DROP TABLE SQL command, and you're finished.
语法很简单:把完全限定名称和分号放在DROP TABLE SQL命令后面,就完成了。