For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
If I need a query of the form:
select * from INV_TABLE where R_TIMEOUT IS NOT NULL
What kind of index do you suggest on the R_TIMEOUT column?
Note that I am only interested in whether it is being null or not.
Thanks.