Topic by Mohana Gopal Selvam
Hi Gurus,
Can we combine two field values in ROQL?.
If I use pipe (|) symbol, I got the field name as output.
Query: select account.name.first | account.name.last from Account where id = 1 LIMIT 25
Output: {account.name.first-| account.name.last}
Thanks,
Mohan