Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The comparison operators <, <=, >, >=, =, <> are not implemented for arrays. Here is an example query:
SELECT array[2, 2] > array[1, 1];
This page describes how the comparisons work in PostgreSQL.
Check if the comparison operators for arrays exist in other DB engines.
Attachments
Issue Links
- is related to
-
CALCITE-5634 Enable GREATEST, LEAST functions in PostgreSQL library
- Closed
- links to