1.navicat中查询表字段:
select group_concat(COLUMN_NAME) from information_schema.COLUMNS where table_name = 'student';select group_concat(COLUMN_N
1.navicat中查询表字段:
select group_concat(COLUMN_NAME) from information_schema.COLUMNS where table_name = 'student';select group_concat(COLUMN_N