Category:
Converts a string to all upper-case.
Syntax
upper(
Str String
): String
Parameters
Str is the value to convert.
Return value
Type: String. Returns the resulting string.
Examples of using
upper(dataset_field_val(1, 'PaymentType'))
| Database Tour |
![]() |
upper function |
Category:
Converts a string to all upper-case.
upper(
Str String
): String
Str is the value to convert.
Type: String. Returns the resulting string.
upper(dataset_field_val(1, 'PaymentType'))