|
|
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/electron/public_html/includes/functions/database.php on line 103
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/electron/public_html/includes/functions/database.php on line 103
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 'and final_price < 0 order by final_price desc limit 2,3' at line 1
select p.products_id, pd.products_name, pd.products_description1, p.products_price, p.products_tax_class_id, p.products_image2, p.products_image_url, p.bezplatna_dostavka, p.new, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, p.promo_text from products p, products_description pd left join specials s using(products_id), products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and products_proizvod != '1' and pd.language_id = '4' and p.products_id = p2c.products_id and p2c.categories_id = 0 having final_price > and final_price < 0 order by final_price desc limit 2,3
[TEP STOP]
|