mysql查询字段类型语句怎么写
mysql查询字段类型语句的写法:
示例
selectcolumn_name,column_comment,data_typefrominformation_schema.columns
wheretable_name='查询表名称'andtable_schema='数据库名称'
mysql查询字段类型语句的写法:
示例
selectcolumn_name,column_comment,data_typefrominformation_schema.columns
wheretable_name='查询表名称'andtable_schema='数据库名称'