Dimuthu Wickramanayake created DERBY-6963:
---------------------------------------------

             Summary: Null pointer exception when properties are not in order
                 Key: DERBY-6963
                 URL: https://issues.apache.org/jira/browse/DERBY-6963
             Project: Derby
          Issue Type: Bug
    Affects Versions: 10.11.1.1
            Reporter: Dimuthu Wickramanayake
            Assignee: Dimuthu Wickramanayake
            Priority: Minor


select count(*) from (select * from t1 union select * from t3 
--DERBY-PROPERTIES joinStrategy=HASH
) x1 (c, d), (select * from t2 union select * from t4) x2 (e, f) where x1.c = 
x2.e ;



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to