UPPER

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

version 11


UPPER (arithmetic_expression)

Description

The UPPER function returns the arithmetic_expression passed as a string where all the characters are in uppercase.

Example

This example will return the names of products in uppercase:

   SELECT UPPER (Name)
   FROM PRODUCTS;

See Also

LOWER.


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