|
|
Home » Top25
 |
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /home/gtt100/public_html/includes/functions/database.php on line 45
1317 - Query execution was interrupted
select count(*) as total from products p left join manufacturers m on (p.manufacturers_id = m.manufacturers_id), products_description pd where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id IN(SELECT products_id FROM orders_products, orders WHERE orders.orders_id = orders_products.orders_id AND TO_DAYS( orders.date_purchased ) >= ( TO_DAYS( now( ) ) -60 ) GROUP BY products_id ORDER BY count(*) DESC)
[TEP STOP]
| |