portableSql
Lower Portable SQL Function
Syntax
Lower as C (String as C)
Arguments
- StringCharacter
A field or value.
Returns
- resultCharacter
Returns the string formatted as lowercase.
Description
Converts a string to lowercase.
Discussion
The Lower function formats a string as lowercase.
Lower() function executed on the Northwind Access database
SELECT FIRST 1 Lower(CompanyName) AS Expr1 FROM Customers =alfreds futterkiste