表名:products 列名和数据
type item
------ -------
Electronic Mobile
Mobile Smartphone
Smartphone Samsung
那么查询应该怎么写呢?我试过了
select * from products where (type='Electronic' and item='Mobile')
and (type='Smartphone' and item='Samsung')