{fn LCASE(string-expression )}| The string expression whose characters are to be converted to lower case. The expression can be the name of a column, a string literal, or the result of another scalar function, where the underlying data type can be represented as any character type (such as CHAR or VARCHAR). |
SET a=$CHAR(920)_$CHAR(913)_$CHAR(923)_$CHAR(913)_$CHAR(931)_$CHAR(913) &sql(SELECT {fn LCASE(:a)} INTO :b FROM Sample.Person) WRITE !,a,!,b
| Copyright © 1997-2004, InterSystems Corp. | Last updated: 2004-03-17 15:27:56 | Source: RSQL_lcase.xml |