C part_1 CONCAT C part_2
C result
CONCAT joins two character fieldsCONCAT can be used in combination with HEAD and TAIL to concatenate parts of a field
"HE" CONCAT "LLO" = "HELLO""HELLO " CONCAT (HEAD("JOE BROWN",3)) = "HELLO JOE"