|
 |
Catalog |
 |
|
 |
 |
Information |
 |
|
 |
 |
Advertising |
 |
|
 |
|
| New Products |
1054 - Unknown column 'm.manufacturers_id' in 'on clause'
select count(p.products_id) as total from products p left join manufacturers m on (p.manufacturers_id = m.manufacturers_id), products_description pd left join manufacturers_info mi on (m.manufacturers_id = mi.manufacturers_id) where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and products_date_added >= DATE_ADD(CURRENT_DATE(), INTERVAL -30 DAY)
[TEP STOP]
| | | |