mysql 查询字段名称,字段类型

select column_name,column_comment,data_type from information_schema.columns where table_name='查询名称' and table_schema='数据库名称' 通过以上语句可以查到数据库 ...

Mon Jun 10 19:26:00 CST 2019 0 3724
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM