You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2014/03/04 09:36:24 UTC

[jira] [Resolved] (DERBY-6409) Wrong result from quantified comparison

     [ https://issues.apache.org/jira/browse/DERBY-6409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen resolved DERBY-6409.
---------------------------------------

    Resolution: Duplicate

> Wrong result from quantified comparison
> ---------------------------------------
>
>                 Key: DERBY-6409
>                 URL: https://issues.apache.org/jira/browse/DERBY-6409
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.7.1.4, 10.8.3.3, 10.9.2.2, 10.10.1.1
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>
> This query should have returned FALSE:
> ij> values 1 > all (select 2 from sysibm.sysdummy1);
> 1    
> -----
> true 
> 1 row selected
> This query should have returned TRUE:
> ij> values 1 < all (select 2 from sysibm.sysdummy1);
> 1    
> -----
> NULL 
> 1 row selected



--
This message was sent by Atlassian JIRA
(v6.2#6252)