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