Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The UPPERCASE, LOWERCASE, and TITLECASE directives change the case of column values they are applied to.

Syntax

Code Block
lowercase :column
uppercase :column
titlecase :column

The directive performs an in-place change of case.

Example

Using this record as an example:

...