MySQL Forums
Forum List  »  General

Re: select count(id) < date != select count(id) < max(id)
Posted by: Rick James
Date: January 18, 2015 11:32AM

What do you get for
select count(radacctid) from radius.radacct
where Radacctid<103366506 AND AcctStartTime >= '2010-03-01';
Probably the difference between the two values.

Options: ReplyQuote


Subject
Written By
Posted
Re: select count(id) < date != select count(id) < max(id)
January 18, 2015 11:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.