当前位置:Gxlcms > 数据库问题 > SQL基础语句

SQL基础语句

时间:2021-07-01 10:21:17 帮助过:3人阅读

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

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

SQL基础语句

标签:

人气教程排行