Concatination in OQL queries

0
Hello Team, I’m using OQL query for fetching data . I need to combine 2 columns . Let’s consider we are having column1 and column2 . I need to concat those two columns like  column1-column2 . I was used ‘+’ operator to concatenate the value but it is showing an error . Could you please  someone help me for this . Thanks in Advance !  
asked
2 answers
1

Works for me. What’s the error? Is there something in the log? Also, paste your query, so we can take a look.

answered
0

Vinodhini,

Have a look at the question: https://forum.mendix.com/link/questions/86446

This might help in finding a solution to your question

answered