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
Vinodhini R
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.