select distinct today.customer from feed as yesterday, feed as today where yesterday.customer = today.customer and today.date = getdate() and yesterday.date = getdate() -1 and yesterday.billing = 0 and today.billing != 0