Antlr Expression comparing two columns in a table

42 Views Asked by At

I am quite new to ANtlr and writing expression. I have a table with two columns of string ColA and ColB. Im tryng to run this expression using ANtlr: [ColA] == [ColB] Doing so gives an expression error. Is comparing two columns possible using ANtlr if so can someone please show me how.

0

There are 0 best solutions below