CONCAT
Nom de la fonction | Description | Utilisation | Paramètre d'entrée | Valeur renvoyée |
---|---|---|---|---|
CONCAT |
Concatène les caractères spécifiés en une chaîne existante. | CONCAT(value) |
Chaîne de caractères à concaténer. | Chaîne concaténée. |
Exemples de données : $var1$ = "HelloApigee"
Utilisation : $var1$.CONCAT("Integrations")
Integrations
à var1.
Résultat : HelloApigeeIntegrations