platform/libinjection/tests/test-folding-114.txt
2019-08-16 10:42:40 -04:00

11 lines
140 B
Text

--TEST--
LIKE can function as operator or function
--INPUT--
SELECT NOT LIKE("foo","bar")
--EXPECTED--
E SELECT
f NOT LIKE
( (
s "foo"
) )