获取所有列名select column_name from information_schema.columns where table_schema = 'schema' and table_name = 'table';