TAKERIGHT
This page describes the TAKERIGHT function in Lenses SQL.
TAKERIGHT(expr, lengthExpr)Processors
SQL Studio
USE `kafka`;
SELECT
TAKERIGHT(first_name, 3),
first_name
FROM users-topic
LIMIT 1;{
"value": {
"TAKERIGHT": "ose",
"first_name": "Jose"
}
}Last updated
Was this helpful?

