nciaer 发表于 2018-11-15 10:57:25

Mysql获取表的所有列

select COLUMN_NAME from information_schema.COLUMNS where table_name = 'table_name';

页: [1]
查看完整版本: Mysql获取表的所有列