12 lines
140 B
Text
12 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"
|
||
|
) )
|
||
|
|