MySQL Forums
Forum List  »  Optimizer & Parser

does MySQL support function index?
Posted by: lei liang
Date: September 21, 2006 06:56PM

in oracle we can create a function index like this:
CREATE INDEX I_TYPE_CODE_LAYER1 ON EQ_EQUIP(SUBSTR(TYPE_CODE,0,2));
can MySQL support this?

Options: ReplyQuote


Subject
Views
Written By
Posted
does MySQL support function index?
4846
September 21, 2006 06:56PM
4788
September 21, 2006 10:14PM


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.