Skip to content

Is it possible to concatenate multiple columns into one? #532

Discussion options

You must be logged in to vote

This question can be ignored, I was trying the following and kept getting an error until I realised I was using sqllite which doesn't support concat. The following below works just fine in postgres.

ColumnExpr(`concat_ws(', ', location_address_line1, location_address_line2 as "Address"`)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alijarjis-pol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant