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": "Jose.Hood@aol.com"
}
}Last updated
Was this helpful?

