Subject Re: [firebird-support] Compound indexes and plans
Author Dmitry Yemanov
"Rick Debay" <rdebay@...> wrote:
>
> Given an index:
>
> CREATE ASC INDEX IDX_A ON TABLE_A (COL_1, COL_2, COL_3);
>
> Which portions of the index will the following query use?

COL_1 and COL_2.


Dmitry