9 lines
120 B
Text
9 lines
120 B
Text
--TEST--
|
|
!~ is a pgsql operator, but treating as two unary operators
|
|
--INPUT--
|
|
SELECT !~
|
|
--EXPECTED--
|
|
E SELECT
|
|
o !
|
|
o ~
|
|
|