Query Error : select distinct(a.pid) as pid from total_sale a,product b,auction_sale c where b.pid=c.pid and a.pid=b.pid and c.unit_price is not null and a.stock >=1 and b.auction_mode='Y'and c.use_mode='Y'
Can't lock file (errno: -30989)