select COLUMN_NAME from information_schema.`COLUMNS` -- 这行不变,照抄
where TABLE_SCHEMA = 'xerp' -- 数据库名xerp
and TABLE_NAME = 'sdb_ome_orders' -- 表名sdb_ome_orders