Navigation:  NexusDB Guide > SQL Reference > SQL Functions > String Value Functions >

Fold Function

Previous pageReturn to chapter overviewNext page

NexusDB V3 Manual

Fold Function

button_main button_prev button_next

NexusDB Manual V3 > SQL Reference > SQL Functions > String Value Functions

Syntax

 

<fold> ::=

 

 

 

{ UPPER | LOWER } ( <character value expression> )

 

Notes

 

§

The UPPER function converts the source string to upper case.

 

§

The LOWER function converts the source string to lower case.

 

§

The data type of the result is the declared type of the argument.

 

§

If the argument is null, then the result is null.

 

 

Examples

 

 

Expression

 

 

Result

 

UPPER( 'Hello World' )

'HELLO WORLD'

LOWER( 'Hello World' )

'hello world'

 


Conformance

 

SQL:2003 standard

-

Core SQL

 

© Nexus Database Systems Pty Ltd.

nexus_logo