JOIN_OF_ANY
Description
Examples
p is Person
JOIN_OF_ANY(
[
p.title,
p.first_name,
p.middle_name,
p.last_name
],
' '
)Last updated
Was this helpful?
p is Person
JOIN_OF_ANY(
[
p.title,
p.first_name,
p.middle_name,
p.last_name
],
' '
)Last updated
Was this helpful?
Was this helpful?