Kód: Vybrat vše
SELECT * FROM `items` WHERE category =9,10Kód: Vybrat vše
SELECT * FROM `items` WHERE category =9 and 10Kód: Vybrat vše
SELECT * FROM `items` WHERE category=9 and category=10
Kód: Vybrat vše
SELECT * FROM `items` WHERE category =9,10Kód: Vybrat vše
SELECT * FROM `items` WHERE category =9 and 10Kód: Vybrat vše
SELECT * FROM `items` WHERE category=9 and category=10
Kód: Vybrat vše
SELECT * FROM `items` WHERE category=9 OR category=10
