ATTENZIONE! Prodotto non trovato!
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 'order by p.products_sort_order, pd.products_name' at line 12
select DISTINCT
p.products_id, pd.products_name
from products p
, products_to_categories ptc
, products_description pd
where
p.products_status = '1'
and pd.products_id = ptc.products_id
and p.products_id = ptc.products_id
and pd.language_id = 4
and ptc.categories_id =
order by p.products_sort_order, pd.products_name
[TEP STOP]