SELECT GROUP_CONCAT(column_name) FROM information_schema.columns WHERE table_name='表名' AND table_schema='数据库名称';