Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Converts the characters in a string_expression to lower case.Syntax
LOWER(string_expression)
Examples
LOWER('JohnSmith@GOTMAIL.COM') returns ‘johnsmith@gotmail.com’