Description
Tajo does not support expression IN statement.
tpch100> select * from nation where n_nationkey in (1, 1+1, 1+2); ERROR: extraneous input '+' expecting {',', ')'} LINE 1:47 select * from nation where n_nationkey in (1, 1+1, 1+2)
Tajo does not support expression IN statement.
tpch100> select * from nation where n_nationkey in (1, 1+1, 1+2); ERROR: extraneous input '+' expecting {',', ')'} LINE 1:47 select * from nation where n_nationkey in (1, 1+1, 1+2)