1054 - Unknown column 'pd.products_name' in 'order clause'
select p.products_id, p.vr_flag,p.products_model,p.products_model2, p.products_price, p.products_price_rental, m.manufacturers_name, p.manufacturers_id, m2.manufacturers2_name, p.manufacturers2_id from (((products p))left join manufacturers m on p.manufacturers_id = m.manufacturers_id) left join manufacturers2 m2 on p.manufacturers2_id=m2.manufacturers2_id where p.products_status = '1' and p.products_date_available <= '2024-10-11' order by pd.products_name limit 30, 15
[TEP STOP]