Character Operators
These operators take strings as arguments, which may be either database fields or string constants.
Click the name of an operator to learn more:
#CONCAT Combines two strings.
#FIND Returns the position of a string within another string.
#LEFT Returns characters from the beginning of a string.
#LEN Returns the total number of characters in a string.
#RIGHT Returns characters from the end of a string.