select COLUMN_NAME from information_schema.COLUMNS where table_name = '要查询表的名字'; 

相关文章: