Difference between revisions of "LOWER()"

From Lianjapedia
Jump to: navigation, search
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[ISLOWER()]], [[ISUPPER()]], [[LCASE()]], [[MID()]], [[PROPER()]], [[SET EXACT]], [[SET STRCOMPARE]], [[SET STRESCAPE]], [[STRTOLOWER()]], [[STRTOUPPER()]], [[STRTRAN()]], [[TRANSFORM()]], [[UCASE()]], [[UPPER()]]
+
[[ISLOWER()]], [[ISUPPER()]], [[LCASE()]], [[MID()]], [[PROPER()]], [[SET EXACT]], [[SET STRCOMPARE]], [[SET STRESCAPE]], [[STRTOLOWER()]], [[STRTOUPPER()]], [[STRTRAN()]], [[SUBSTR()]], [[TRANSFORM()]], [[UCASE()]], [[UPPER()]]
  
 
==Description==
 
==Description==

Revision as of 06:03, 22 January 2016

Purpose

Function to convert characters to lower case

Syntax

LOWER(<expC> | <memofield>)

See Also

ISLOWER(), ISUPPER(), LCASE(), MID(), PROPER(), SET EXACT, SET STRCOMPARE, SET STRESCAPE, STRTOLOWER(), STRTOUPPER(), STRTRAN(), SUBSTR(), TRANSFORM(), UCASE(), UPPER()

Description

The LOWER() function converts the characters in the character expression <expC> or memo <memofield> to lower case.

Example

? lower("Lianja")
lianja