文章摘要:mysql查询字段类型语句怎么写 mysql 查询字段类型
mysql查询字段类型语句的写法: 示例 select column_name,column_com […]
mysql查询字段类型语句的写法:
示例
select column_name,column_comment,data_type
from information_schema.columns
where table_name='查询表名称' and table_schema='数据库名称'
文章摘要:mysql查询字段类型语句怎么写 mysql 查询字段类型
mysql查询字段类型语句的写法: 示例 select column_name,column_com […]
mysql查询字段类型语句的写法:
示例
select column_name,column_comment,data_type
from information_schema.columns
where table_name='查询表名称' and table_schema='数据库名称'