2004-01-04, 19:01
|
#16
|
|
Zakorzenienie
Zarejestrowany: 2003-09
Lokalizacja: ostr
Wiadomości: 11 146
|
Re: edycja recenzji
Mam taki sam problem jak koko 
SELECT * FROM 18brating as r, 18bitems as i, 18bcategories as c, 18bvendors as v WHERE r.rating_id = AND r.item_id = 5164 AND r.item_id = i.item_id AND r.category_id = i.category_id AND r.category_id = c.category_id AND r.vendor_id = v.vendor_id - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND r.item_id = 5164 AND r.item_id = i.item_id AND r.category_i
|
|
|