查询所有数据库字段

    1. select * from information_schema.COLUMNS where COLUMN_NAME='license_number' and TABLE_SCHEMA='ntocc_demo' and table_name not like '%_view'