经常使用Mysql查询操做汇总

1 提取表结构及字段注释信息html select * from information_schema.columns where table_schema = 'db' #表所在数据库 and table_name = 'tablename' ; #你要查的表mysql 2 查看建表语句sql show create table 表名数据库 如: show create table infopo
相关文章
相关标签/搜索