表级操作语句
Posted mariobear
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了表级操作语句相关的知识,希望对你有一定的参考价值。
显示所有表: show tables;
创建表: create table tbl_name(create_definition,...);
显示表创建信息: show create table tb_name;
desc tb_name;
删除: drop table tb_name;
以上是关于表级操作语句的主要内容,如果未能解决你的问题,请参考以下文章