Previous Topic

Next Topic

Lower - SQL Function

Lower(String: String): String

Returns String in lower case.

Lower function syntax has these named arguments:

Parameter

Description

String

Required. String to return in lower case.

For example:

  Lower("DO NOT SHOUT")

Returns: do not shout

See Also

SQL String Functions

Book Contents

Book Index