售前咨询:400-0666-318
mysql查询字段类型语句的写法:
示例
select column_name,column_comment,data_typefrom information_schema.columnswhere table_name='查询表名称' and table_schema='数据库名称'
from information_schema.columns
where table_name='查询表名称' and table_schema='数据库名称'
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: redis怎么监听mysql数据库数据