Subject Re: How to tell if an index is ascending or descending
Author Stephen Boyd
--- In firebird-support@yahoogroups.com, "Martijn Tonies"
<m.tonies@...> wrote:
>
>
>
> > Where in the system tables to I find out whether an index is ascending
> > or descending?
>
> RDB$INDICES.RDB$INDEX_TYPE
>
> 0 = ASC
> 1 = DESC
>

Thank you.

Both the old Interbase Language Reference and Helen's Firebird book
show this field as unused.