MySQL Forums
Forum List  »  Newbie

Re: I thisk I got it! It is possible, even *with* a subquery!
Posted by: dump3
Date: July 27, 2005 08:35AM

I've been trying the earlier solutions with a copy of the table (about 500,000 records). It's languishing. I've yet to be able to put any records into the hold table.

Previously, I always seemed to run into a problem with getting a distinct name AND IP.

I've now added a new field, name_ip to the table with a concat version of name and ip, for example:

"johndoe:2.3.4.5"

Will this help? Can I do a DISTINCT with some sort of MAX running_time combo? Or does this not buy us anything?

Options: ReplyQuote


Subject
Written By
Posted
Re: I thisk I got it! It is possible, even *with* a subquery!
July 27, 2005 08:35AM


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.