-1

テーブル名: products 列名とデータ

type        item       
------      -------  
Electronic  Mobile
Mobile      Smartphone
Smartphone  Samsung   

では、クエリはどのように記述すればよいでしょうか。私はもう試した

select * from products where (type='Electronic' and item='Mobile') 
    and (type='Smartphone' and item='Samsung')
4

2 に答える 2