标签:删除 语句 nbsp name 显示 creat desc tables table
显示所有表: show tables;
创建表: create table tbl_name(create_definition,...);
显示表创建信息: show create table tb_name;
desc tb_name;
删除: drop table tb_name;
标签:删除 语句 nbsp name 显示 creat desc tables table
原文地址:https://www.cnblogs.com/mariobear/p/9180381.html