Schnalle1968 Posted May 25, 2006 Report Share Posted May 25, 2006 Sonderangebote Artikel Artikelpreis Status Aktion 1064 - 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 '-10, 10' at line 1 select p.products_id, pd.products_name, p.products_price, s.specials_id, s.specials_new_products_price, s.specials_date_added, s.specials_last_modified, s.expires_date, s.date_status_change, s.status from products p, specials s, products_description pd where p.products_id = pd.products_id and pd.language_id = '2' and p.products_id = s.products_id order by pd.products_name limit -10, 10 [XT SQL Error] Link to comment Share on other sites More sharing options...
Ivan99 Posted May 25, 2006 Report Share Posted May 25, 2006 Hallo Schnalle1968, Du hast vermutlich MySql 5 und damit l?uft die Standartversion nicht wenn m?glich dann MySql 4.0 verwenden oder XT ab Version 3.04 dann geht auch die MySQL 5. Viele Gr??e Ivan99 :laugh: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.