Billsec > duration?

Hi I have been checking out my cdr records just to make sure everything is cool and i did the following query:

select src,dst,start,answer,end,duration,billsec from cdr where billsec > duration and calldate > “2008-04-04”;

I got 1409 rows returned. How is this possible?

Tjma