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

10 lines
112 B
Text

--TEST--
Not really sql but testing folding
--INPUT--
select 1 / (2,3,4);
--EXPECTED--
E select
1 1
o /
( (
1 2