select * from user WHERE extension LIKE 'exe' 模式如下: select * from 数据库名 WHERE 表信息 LIKE ’xxxxxx‘ //一定要加单引号