VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / String Functions / LOWER
In This Topic
    LOWER
    In This Topic
    LOWER(string)

    Returns the lower case of the string in the expression.



    Example

    Returns: 'a test'
    
    SELECT LOWER('A Test')

    See Also