显示所有表: show tables;创建表: create table tbl_name(create_definition,...);显示表创建信息: show create table tb_name; desc tb_name;删除: drop table tb_name;
表级操作语句
原文:https://www.cnblogs.com/mariobear/p/9180381.html