[ MySQL ] 常用命令

  • 新建表:create database [name]
  • 查询表的所有字段:show full columns from [table name]
原文地址:https://www.cnblogs.com/remly/p/12642786.html