LOWER

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11


LOWER (arithmetic_expression)

Description

The LOWER function returns the arithmetic_expression passed as a string where all the characters are in lowercase.

Example

This example will return the names of products in lowercase:

   SELECT LOWER (Name)
   FROM PRODUCTS;

See Also

UPPER.


4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next