查询表名及表字段名的sql:select * from information_schema.COLUMNS where TABLE_SCHEMA = (select database()) and TABLE_NAME='tableName'