>>Script Language and Platform: Oracle
I stumbled on a problem with between values and wanted to share the issue.
While using between operator, only values in ascending order are accepted. If values
in descending order are given, you get no rows. However, if you use >= and <= operators, you have the privilege to use the range of values either in ascending order or descending order.
Author: JP Vijaykumar
Download Script:
between_values.sql
Disclaimer: We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…
Disclaimer Continued
Back to Database Journal Home