Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Edu

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Edu

Edu's Achievements

  1. Sorry this is my error code: 1064 - You have an error in your SQL syntax near 'using (products_id) left join manufacturers m using (m' at line 1 select pd.products_name, pd.products_description, p.products_image, p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products_description pd join products p using (products_id) left join manufacturers m using (manufacturers_id) left join specials s on p.products_id = s.products_id where p.products_id in (29,30,36,60,80) and pd.language_id = '3' order by p.products_id asc [TEP STOP]
  2. I have this error: CODE 1064 - You have an error in your SQL syntax near 'using (products_id) left join manufacturers m using (' at line 1 select p.products_quantity, p.products_image, pd.products_description, pd.products_name, m.manufacturers_name, p.products_model, p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products_description pd join products p using (products_id) left join manufacturers m using (manufacturers_id) left join specials s on p.products_id = s.products_id where p.products_id in (3313,3388) and pd.language_id = '4' order by p.products_id asc [TEP STOP] What is the problem?
  3. I have this error: 1064 - You have an error in your SQL syntax near 'using (products_id) left join manufacturers m using (' at line 1 select p.products_quantity, p.products_image, pd.products_description, pd.products_name, m.manufacturers_name, p.products_model, p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price from products_description pd join products p using (products_id) left join manufacturers m using (manufacturers_id) left join specials s on p.products_id = s.products_id where p.products_id in (3313,3388) and pd.language_id = '4' order by p.products_id asc [TEP STOP] What is the problem?
×
×
  • Create New...