How to specify a range of values in SDO_RDF_MATCH filter condition?
Hello All,
I want to know if there is a way to have a filter condition in the SDO_RDF_MATCH function that consists of a range of values.
To be more specific, I want to query for all instances of some class (say X), that has a property whose value ranges from 'A' to 'B'.
So, is there any operator like the BETWEEN of SQL that can be used as part of filter condition?
I shall greatly appreciate any inputs.
Thanks
Bhaskar