Subject Re: [firebird-support] Determine whether an index is descending or ascending using RDB$ tables
Author Helen Borrie
At 11:29 PM 30/03/2005 +0200, you wrote:

>Thank you very much for the answer on my previous question. Now I have
>another probably stupid question:
>
>How do I determine whether an index is descending or ascending using RDB$
>tables?

The column RDB$INDEX_TYPE in RDB$INDICES will be 1 if the index is
descending; otherwise null.

./hb