LEN
This page describes the LEN function in Lenses SQL.
LEN exprProcessors
SQL Studio
USE `kafka`;
SELECT
LEN(email),
email
FROM users-topic
LIMIT 1;{
"value": {
"LEN": 17,
"email": "[email protected]"
}
}Last updated
Was this helpful?

