示例1:select * from table1 where 字段 = ‘条件’
示例2:select * from table1 where 字段 like '条件'
上述两个sql语句返回结果是一样的吗?那个效率高?