Subject Re: [ib-support] Problem with PLAN and ORDER BY on 2 columns
Author Raymond Kennington
A select statement cannot order by two different indexes at the same time.

Decide which pair of columns you want to sort by and create a single index on those two
columns.

Then use that in the select statement.

Raymond Kennington