1. SELECT * from INFORMATION_SCHEMA.COLUMNS where
    2. table_schema = '数据库名称' and table_name = '表名称'
    3. limit 100