Loading...
This page describes the REVERSE function in Lenses SQL.
REVERSE(expr)
Reverses the order of the elements in the input.
Available in:
Sample code:
USE `kafka`; SELECT REVERSE(status), status FROM users-topic LIMIT 1;
Output:
{ "value": { "REVERSE": "deifirevnu", "status": "unverified" } }
✓