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

