输入banner图图片脚本导航/分类

SQL基础语句

1、查询MySQL数据库中user表的表结构的语句:

  • desc user;
  • show create table user;
  • show columns for user;
  • describe user;
 

SQL基础语句

标签: