I have created partial index on a field with conditions, if field _a > 200and field_a < 300.
I using the select query with condition as field_a in ( 100, 250, 289, ),
Will it use the index.
-- With Best Regards,Petchimuthulingam S