String concatenation in Table Query Module #26
Answered
by
andyvidan
data-usr
asked this question in
DataFlows & Modules
-
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? |
Beta Was this translation helpful? Give feedback.
Answered by
andyvidan
Feb 6, 2025
Replies: 1 comment
-
The Table Query Module uses SQLite syntax, so you can concat two strings using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andyvidan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Table Query Module uses SQLite syntax, so you can concat two strings using the
||
operator.