Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version next

...

Column reference example:

UPPER
d-codelang-syntax
RawWrangletrue
Typeref
showNotetrue
WrangleTextderive type:single value:
upper(MyName)

upper(MyName)

Output:

...

 Returns the

...

values

...

from the MyName column

...

written

...

in UPPER.

String literal example:

UPPER
d-code-lang-syntax
RawWrangletrue
Typeref
showNotetrue
WrangleTextderive type:single value:
upper('Hello, World')

upper('Hello, World')

Output:

...

Returns the stringHELLO, WORLD

...

.

D s
snippetSyntax

UPPER
d-code-lang-syntax
RawWrangletrue
Typesyntax
showNotetrue
WrangleTextderive type:single value:
upper(column_string)

upper(column_string)


ArgumentRequired?Data TypeDescription
column_stringYstringName of the column or string literal to be applied to the function

...