Skip to content
swmal edited this page Mar 31, 2012 · 15 revisions

Left

Returns a specified number of characters from the start of the supplied string
Example:

Len

Returns the length of the supplied string
Example: LEN('abc')

Lower

Returns the supplied string in lower case
Example: LOWER('ABC')

Mid

Example:

Replace

Example:


Home

Clone this wiki locally