Consult 3 for Nissan is a professional diagnostic toolÂ
1.for almost all Nissan car models from different regions ,including Japan,North America and Europe.
2.It is equipped with various function including simultaneous self-diagnosis of an entire system and data recorder.
3.Enhanced Data Management with Improved Laptop PC
3065 - Expression #1 of ORDER BY clause is not in SELECT list, references column 'ats.xp.sort_order' which is not in SELECT list; this is incompatible with DISTINCT
select distinct p.products_id, p.products_image, pd.products_name, pd.products_description, pd.products_short, p.products_tax_class_id, products_price, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price
from products_xsell xp left join products p on xp.xsell_id = p.products_id
left join products_description pd on p.products_id = pd.products_id and pd.language_id = '1'
left join specials s on p.products_id = s.products_id
where xp.products_id = '607'
and p.products_status = '1'
order by sort_order asc limit 6
[TEP STOP]