lower

expect fun lower(operand: Expression): Expression(source)

Creates a LOWER(expr) function that returns the lowercase string of the given string expression.

Return

The LOWER(expr) function.

Parameters

operand

The string expression.

actual fun lower(operand: Expression): Expression(source)
actual fun lower(operand: Expression): Expression(source)