We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The first parameter of the array_map function is (x, y, z) -> x + y, but it is incorrectly parsed as (x, y, z).
array_map
(x, y, z) -> x + y
(x, y, z)
Statement statement = CCJSqlParserUtil.parse("select array_map((x,y,z) -> x + y, [1], [2], [4]) FROM table_name");