SELECT * FROM cdr
WHERE calldate < now() and calldate > now() - INTERVAL 30 DAY; WHERE calldate < now() and calldate > now() + INTERVAL 30 HOUR; WHERE calldate < now() and calldate > now() - INTERVAL 30 MINUTE; WHERE calldate < now() and calldate > now() + INTERVAL 30 SECOND;
1 Comment
Anonymous