platform/libinjection/tests/test-folding-114.txt

12 lines
140 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
LIKE can function as operator or function
--INPUT--
SELECT NOT LIKE("foo","bar")
--EXPECTED--
E SELECT
f NOT LIKE
( (
s "foo"
) )