REVERSE
This page describes the REVERSE function in Lenses SQL.
REVERSE(expr)Processors
SQL Studio
USE `kafka`;
SELECT
REVERSE(status),
status
FROM users-topic
LIMIT 1;{
"value": {
"REVERSE": "deifirevnu",
"status": "unverified"
}
}Last updated
Was this helpful?

