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 '-30, 30' at line 1
select p.products_id, p.products_model, pd.products_name, mi.menu_items_sort_order, pd.products_description, p.products_price, mi.menu_items_name from products p, products_description pd, menu_items mi, products_to_categories pc where pd.products_name <> '' and p.products_id = pd.products_id and mi.menu_items_id = p.products_menu_id and pc.categories_id =469 and p.manufacturers_id =0 group by mi.menu_items_name, pd.products_name, p.products_model order by mi.menu_items_sort_order,p.products_model limit -30, 30
[TEP STOP]
|