|
| Tựa sách trong danh mục |
1146 - Table 'vntalent_blogsach.products_descriptionpd' doesn't exist
select distinct c.categories_id as id, cd.categories_name as name from products p INNER JOIN products_to_categories p2c ON p.products_id = p2c.products_id INNER JOIN categories c ON p2c.categories_id = c.categories_id INNER JOIN categories_description cd ON p2c.categories_id = cd.categories_id INNER JOIN products_descriptionpd ON p.products_id = pd.products_id where p.products_status = '1' and cd.language_id = '4' and p.manufacturers_id = '10' and pd.products_iscontent=1 order by cd.categories_name
[TEP STOP]
| |