Subject | Re: [firebird-support] Ascending and Descending Index |
---|---|
Author | liviuslivius |
Post date | 2016-03-15T13:18:12Z |
> CREATE INDEX MYINDEX_IDX1Hi,
> ON MYTABLE (COLUMN1 ASCENDING, COLUMN2 DESCENDING )
>
> Atenciosamente,
>
> Hugo Eyng
>
AFAIK mixing asc desc in same index is not supported
If this is not unique index then create two separate indexes
regards,
Karol Bieniaszewski