MySQL Forums
Forum List  »  Optimizer & Parser

Re: Nevermind. I'll program around it.
Posted by: Rick James
Date: May 19, 2009 11:36PM

RR.effectiveDate =
( SELECT MAX(RR2.effectiveDate) ... )

Either keep a table of current stuff (rather than having to recalc it all the time), or use the GROUP BY trick...

http://forums.mysql.com/read.php?10,236805,236853
http://forums.mysql.com/read.php?10,250033,253415

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Nevermind. I'll program around it.
2128
May 19, 2009 11:36PM


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.