数据库查找表的字段名

select COLUMN_NAME from INFORMATION_SCHEMA.Columns where table_name='表名' and table_schema='数据库名'

posted @ 2020-09-29 15:56  linyaoguo  阅读(189)  评论(0编辑  收藏  举报