Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
10 years ago
Solved

concatenate values

I need to unite the values of fields of type text in two different tables, how can I do?
  • v-sihou-msft's avatar
    v-sihou-msft
    10 years ago

    Hi Anonymous,

     

    You can nested CONCATENATE() within CONCATENATE() to add concatenate more characters you need.

     

    CONCATENATE(string_expression,CONCATENATE(string_expression,string_expression))

     

    Regards,