sql查询表的所有字段 欧阳锋feng 2022-11-02 172 阅读1分钟 select group_concat(COLUMN_NAME) from information_schema.COLUMNS where table_name = '表名' and table_schema = '库名';