1034 - Incorrect key file for table 'osc_banners_history'; try to repair it

select b.banners_id, b.expires_date, b.expires_impressions, sum(bh.banners_shown) as banners_shown from osc_banners b, osc_banners_history bh where b.status = '1' and b.banners_id = bh.banners_id group by b.banners_id

[TEP STOP]