2019年9月19日
摘要: 有时候需要些插入语句需要写字段名称,但由于字段很多所有比较麻烦。用以下的语句就可以直接把所有字段名称查出来直接用了 select GROUP_CONCAT(COLUMN_NAME) from information_schema.COLUMNS where table_name = 'activit 阅读全文
posted @ 2019-09-19 17:33 Leegj 阅读(7765) 评论(0) 推荐(1) 编辑