rtrim

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

Creates a RTRIM(expr) function that removes the whitespace from the end of the given string expression.

Return

The RTRIM(expr) function.

Parameters

operand

The string expression.

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