Concatenate two strings.
The first string. For example: "Spreadsheets are".
"Spreadsheets are"
The second string. For example: " awesome!".
" awesome!"
The CONCAT() function is the same as the & operator.
CONCAT()
&