Shop

Products in this category

Products in this categoryDisplaying 1 to 1 (of 1 products)Result Pages:  1 
    Record+   Record label   Quantity   Price   Buy now 
Between Us - 7"
Between Us - 7"  Bridge Records   1   £3.00  Buy Now 

Displaying 1 to 1 (of 1 products)  Result Pages:  1 

2013 - Lost connection to MySQL server during query

select distinct p.products_id, pd.products_name, p.products_price, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, count(*) from products p inner join products_description pd on pd.products_id = p.products_id inner join orders_products op on p.products_id = op.products_id inner join orders o on o.orders_id = op.orders_id left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_ordered > 0 AND o.date_purchased > DATE_SUB( NOW( ) , INTERVAL 3 MONTH ) and pd.products_name not like '%download%' GROUP BY p.products_id, pd.products_name ORDER BY COUNT( * ) DESC limit 5

[TEP STOP]

2006 - MySQL server has gone away

select count(*) as total from sessions where sesskey = 'r11r2shdvck5t74fsno5n57h56'

[TEP STOP]