MySQL Forums
Forum List  »  MyISAM

Is it possible to SET Index Direction? From what side Column must be indexed?
Posted by: test157
Date: January 19, 2006 08:01AM

Hello,

I have a collumn, e.g. "a VARCHAR(50)" or "a CHAR(50)", and i'am useing for this column indexes: UNIQUE(3);

so If i Have so records in my a column:

123DADAGGG;
444234GGGA;
434435525GB;

so way will be indexed 3 chars from the begining of each row: 123, 444, 434 - BUT how to INDEX from the END of row, so i need that it will indexed like GG, AG, BG - is it possible?

Thank You

Options: ReplyQuote


Subject
Views
Written By
Posted
Is it possible to SET Index Direction? From what side Column must be indexed?
3020
January 19, 2006 08:01AM


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.