I have a task in which I need to do Union Joins of variable no. of tables. As of now, I've stored all the tables in a list.
How can I do a multiple union joins of all the tables using adverb ?
Example:
L:(table1,table2,table3)
// I need something like (2!table1) uj (2!table2) uj (2!table3)