 |
Categorias |
 |
|
 |
Aceptamos |
 |
|
 |
Fabricantes |
 |
|
|
|
|
|
|
| Novedades |
 |
|
 |
1054 - Unknown column 'p.manufacturers_id' in 'on clause'
select count(*) as total from products p, products_description pd INNER JOIN manufacturers mn ON mn.manufacturers_id = p.manufacturers_id where DATE_SUB(CURDATE(),INTERVAL 30 DAY) <= p.products_date_added and p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '2'
[TEP STOP]
|