...
Input can be a column reference or a string literal.
D s snippet Basic
Column reference example:
D code |
---|
derive type:single value:UPPER(MyName) |
Output: All of the string values in the the MyName
column column value are written to the new column in UPPER.
String literal example:
D code |
---|
derive type:single value:UPPER('Hello, World') |
Output: The string string HELLO, WORLD
is is written to the new column.
...
D code |
---|
derive type:single value:UPPER(column_string) |
Argument | Required? | Data Type | Description |
---|---|---|---|
column_string | Y | string | Name of the column or string literal to be applied to the function |
D s lang notes |
---|
column_string
...
Include Page | ||||
---|---|---|---|---|
|
D s also | ||
---|---|---|
|