Subject | Re: Odp: [firebird-support] Computed index |
---|---|
Author | Dmitry Kuzmenko |
Post date | 2013-10-09T15:57:32Z |
Hello, liviuslivius!
Wednesday, October 9, 2013, 4:35:50 PM, you wrote:
lpop> First try using "or" not "in" in your query
hmm, what do you mean?
where field in (1,2)
is totally equivalent to
where (field = 1) or (field = 2)
so, "or" or "in" is not different here.
--
Dmitry Kuzmenko, www.ib-aid.com
Wednesday, October 9, 2013, 4:35:50 PM, you wrote:
lpop> First try using "or" not "in" in your query
hmm, what do you mean?
where field in (1,2)
is totally equivalent to
where (field = 1) or (field = 2)
so, "or" or "in" is not different here.
--
Dmitry Kuzmenko, www.ib-aid.com