String concatenation in Table Query Module
I am trying to concatenate two strings in a query inside the “Table Query” module. But it looks like ‘Concat’ function and the ‘+’ operator do not work. What's the correct way to concatenate?
Tagged:
Comments
The Table Query Module uses SQLite syntax, so you can concat two strings using the || operator.