MySQL Forums
Forum List  »  MyISAM

Re: Is it possible to SET Index Direction? From what side Column must be indexed?
Posted by: Jay Pipes
Date: January 19, 2006 03:18PM

No, you would have to create a column of the reversed field data, then index that. You can use a trigger to automatically insert the regular field data as reversed into the reverse field.

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Is it possible to SET Index Direction? From what side Column must be indexed?
1765
January 19, 2006 03:18PM


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.