【发布时间】:2015-09-09 13:16:08
【问题描述】:
使用以下mysql查询时:
select * from gc_product_attribute where (attribute_id = 30 AND text like '62') and (attribute_id = 35 AND text like '71')
值存在于表中,但没有返回值
下表
attribute_id | text
30 | 62
35 | 71
【问题讨论】:
标签: and-operator