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

11 lines
112 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
Not really sql but testing folding
--INPUT--
select 1 / (2,3,4);
--EXPECTED--
E select
1 1
o /
( (
1 2