select itemid from contacts where name like '%陈%' and telephone like '%'
这个SQL语句为什么检索不出来数据呢?
表中有一记录如下:
itemid   name  telephone   email re
  2      陈三  13526981459 除itemid为int外,其它都为varchar,为什么这句SQL检索不出来数据呢?