[teiid-issues] [JBoss JIRA] (TEIID-4197) Redshift - some comparison conditions are not supported with ANY, SOME and ALL

Juraj Duráni (JIRA) issues at jboss.org
Mon May 9 07:17:00 EDT 2016


Juraj Duráni created TEIID-4197:
-----------------------------------

             Summary: Redshift - some comparison conditions are not supported with ANY, SOME and ALL
                 Key: TEIID-4197
                 URL: https://issues.jboss.org/browse/TEIID-4197
             Project: Teiid
          Issue Type: Bug
    Affects Versions: 8.12.x
            Reporter: Juraj Duráni
            Assignee: Steven Hawkins


Some comparison conditions are not supported in Redshift with ANY, SOME and ALL.

*ALL:*
_Query:_ SELECT INTKEY FROM Source.SMALLA WHERE INTKEY > ALL (SELECT INTKEY FROM Source.SMALLA WHERE INTKEY < 45)
_Exception message:_ Caused by: org.postgresql.util.PSQLException: ERROR: ALL with <, >, <=, >=, or = comparison condition is not supported

*ANY:*
_Query:_ SELECT INTKEY FROM Source.SMALLA WHERE INTKEY > ANY (SELECT INTKEY FROM Source.SMALLA WHERE INTKEY < 45)
_Exception message:_ Caused by: org.postgresql.util.PSQLException: ERROR: ANY or SOME with <, >, <=, >=, <>, or != comparison condition is not supported



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the teiid-issues mailing list