获取表的字段名



select COLUMN_NAME from information_schema.columns where table_name=‘TableName’