1052 - Column 'products_name' in field list is ambiguous
select p.products_id, products_name,products_image, products_tax_class_id, products_price from products p,products_description pd where p.products_id=pd.products_id and products_status = '1' order by products_date_added desc limit 10