 |
Categorías |
 |
|
 |
Compra por precio |
 |
|
 |
Destacados |
 |
|
 |
Lo más nuevo |
 |
|
|
| Novedades |
 |
|
 |
1054 - Unknown column 'p.products_date_expire' in 'where clause'
select count(distinct p.products_id) as total from (products p
left join specials s using(products_id) ),
products_description pd where p.products_status = '1'
and p.products_date_expire > '2010-03-09'
and pd.products_id = p.products_id
and pd.language_id = '2'
and date_sub(curdate(),interval 30 day) <= p.products_date_added
[TEP STOP]
| | | | | | |