select sortsnum,product_id as sortsid,product as sorts from products left join products_categorys_links on products_categorys_links.product_id=categorys.id where products_categorys_links.category_id='191'
[**SQL错误**]1054: Unknown column 'categorys.id' in 'on clause'