select group_concat(column_name) from information_schema.columns where table_schema = 'XXX' and table_name = 'XXX'
0 Comments