MySQL Forums
Forum List  »  Optimizer & Parser

Re: Select last row that is less than or equal to a date
Posted by: David Marcus
Date: January 29, 2013 06:28PM

Thank you, but this temporary table should really have been memory rather than InnoDB or MyISAM. I may replace the temporary table with a subquery. The code was written before MySQL supported subqueries, I believe.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Select last row that is less than or equal to a date
1754
January 29, 2013 06:28PM


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.