运行此sql语句前,先知道数据库是否有已经有创建的表格表 - 新建 - create table xxx;,并且可以查看有此表库 - 查看所有表格名 - show tables;
show create table xxx;show create table t1;show create table test_table;
show create table xxx;
show create table t1;
show create table test_table;