Subject | RE: [IB-Architect] Syntax for case insensitive sort |
---|---|
Author | Matt Larsen |
Post date | 2000-03-29T16:59:21Z |
From: Jim Starkey
ability on the "create index" statement.
CREATE [UNIQUE] [CASE | NOT CASE] [ASC | DESC] INDEX on table (Column1)
or
CREATE [UNIQUE] [ASC | DESC] INDEX on table (Column1 [CASE | NOT CASE],
Column2)
Thanks,
Matt Larsen
>The current SQL "order by" clause isCan we use the "CASE" and "NOT CASE" syntax? It would be nice to add this
>
> { <expr> | <position> } [ ASC | DESC ]
>
>We could make it
>
> { <expr> | <position> } [ ASC | DESC ] [CASE SENSITIVE | CASE INSENSITIVE]
>
>Obviously the default would "CASE SENSITIVE".
ability on the "create index" statement.
CREATE [UNIQUE] [CASE | NOT CASE] [ASC | DESC] INDEX on table (Column1)
or
CREATE [UNIQUE] [ASC | DESC] INDEX on table (Column1 [CASE | NOT CASE],
Column2)
Thanks,
Matt Larsen