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 "LOC HA (Jira)" <ji...@apache.org> on 2020/01/06 19:22:00 UTC

[jira] [Created] (DERBY-7064) Add support LIKE NULL

LOC HA created DERBY-7064:
-----------------------------

             Summary: Add support LIKE NULL
                 Key: DERBY-7064
                 URL: https://issues.apache.org/jira/browse/DERBY-7064
             Project: Derby
          Issue Type: Bug
          Components: JDBC, SQL
            Reporter: LOC HA


This query:  SELECT * FROM Table WHERE field LIKE NULL

Works with MySQL, Postgres, Oracle, MSSQL, ... but not working on Derby DB.

JDBC case:  Select * From table where ? LIKE NULL 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)