Details
Description
The following returns all rows in the table when it should return no rows:
select * from emp where first_name not like '%'
The following returns no rows as expected:
select * from emp where first_name not like '%%'
first_name is a VARCHAR column
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-2641 Implicit wildcard in LIKE predicate search pattern
- Closed
- links to