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


mysql查询字段类型语句的写法:
示例
selectcolumn_name,column_comment,data_type
frominformation_schema.columns
wheretable_name='查询表名称'andtable_schema='数据库名称'
发表评论
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。