摘要: #将列合并 SET SESSION group_concat_max_len = 1024000000;select GROUP_CONCAT(COLUMN_NAME SEPARATOR ',') from information_schema.`COLUMNS` where TABLE_NAME= 阅读全文
posted @ 2025-05-15 15:15 yuxuan0802 阅读(5) 评论(0) 推荐(0)