You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Kevin Liew (JIRA)" <ji...@apache.org> on 2016/07/04 20:25:10 UTC

[jira] [Created] (PHOENIX-3046) `NOT LIKE '%'` returns results

Kevin Liew created PHOENIX-3046:
-----------------------------------

             Summary: `NOT LIKE '%'` returns results
                 Key: PHOENIX-3046
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3046
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.7.0
            Reporter: Kevin Liew
            Priority: Minor


The following returns all rows in the table when it should return no rows:
{code}select * from emp where first_name not like '%%'{code}

The following returns no rows as expected:
{code}select * from emp where first_name not like '%%'{code}

first_name is a VARCHAR column



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)