Subject | Re: [firebird-support] Re: Compound Index |
---|---|
Author | Ivan Prenosil |
Post date | 2007-04-30T13:13:30Z |
>> How do I specify a condition for (Column1, Column2) > (1, 2)? Does FBHow about this:
>> support optimization for the use of compound index?
>
> That is the optimisers job, not something for you to worry about.
>
> where Column1 > 1 and Column2 > 2
where Column1 = 1 and Column2 > 2 or Column1>1
Ivan
http://www.volny.cz/iprenosil/interbase/