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 pd.language_id= '2'
and p.products_model01 = ''
' at line 6
in:
[select p.products_id, p.products_price_sorter, p.products_model, p.products_model01, pd.products_name, pd.products_name01, p.products_sort_order
from max_products p, max_products_description pd
where p.products_status = '1'
and p.products_id = pd.products_id
and p.products_id <>
and pd.language_id= '2'
and p.products_model01 = ''
order by pd.products_name01 ASC]