MySQL Forums
Forum List  »  MySQL Query Browser

Re: Select query with GROUP condition thens order by alphanumeric
Posted by: Chad Bourque
Date: December 11, 2009 08:42AM

chusoon,

Like I said, if you need this sorting and still want the speed, create an additional column that gets updated via triggers (insert and update). The function would be plenty fast enough to not slow down an insert or update (unless you are updating the whole table at once). Then, your sorting would be instantaneous.

HTH,
Chad

Options: ReplyQuote




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.