Jump to content

[Solved] Generate query product all specials


Recommended Posts

Hi guys,

I want to generate a view with product all specials.
I have try so

mysql> select pr.name,pr.id_lang, ps.on_sale from ps_product_lang as pr, ps_product as ps where pr.id_lang=9 and ps.id_product=pr.id_product and ps.on_sale=1; 



but, the query is not correct.

help me?

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...