MYSQL

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • How to create an index on upper(columnname) ??

    0 answers - 884 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Beermann, Albert wrote:
    Hello Everbody !
    I want to create an index on upper(name1)
    create index stadressstammname1 on stadressstamm (upper(NAME1))
    You missed the fact, that indexes are allowed only on database
    functions, meaning user defined functions, not pre-defined functions
    described in the manual.
    So you have to create a database function, use there the pre-defined
    function upper in and then use the user-defined-function name in the
    create index statement
    eset.htm
    Elke
    SAP Labs Berlin
    Error: unknown database function upper
    Any help welcomed.
    Best regards
    Albert
    ''
    ''
    (0 0)
    +(_)+
    | Tel: 0541/5841-868 |
    | Fax: 0541/5841-869 |
    | Mail: mailto:a.beermann (AT) piepenbrock (DOT) de |
    | Internet: http://www.piepenbrock.de |
    ++
    |__|__|
    || ||

Re: How to create an index on upper(columnname) ??


max 4000 letters.
Your nickname that display:
In order to stop the spam: 9 + 8 =
QUESTION ON "MYSQL"

EMSDN.COM