select CONCAT(COLUMN_NAME ,',') from information_schema.COLUMNS where table_name = '表名' and table_schema = '库名'; 相关文章: 2021-08-02 2022-02-27 2021-10-05 2022-12-23 2022-12-23 2021-11-30