function lower(original)

lower() returns the original string in lowercase.

Arguments:
original: An expression that returns a string

Example Query:
    RETURN lower("HELLO")