DSQL, ESQL, PSQL

    Possible name conflict

    YES →

    Syntax

    Result type

    (VAR)CHAR or

    Description

    Name Clash

    Because LOWER is a reserved word, the internal function will take precedence even if the external function by that name has also been declared. To call the (inferior!) external function, use double-quotes and the exact capitalisation, as in “LOWER”(string).

    Example

      See also

      UPPER()