INDEXOF
This page describes the INDEXOF function in Lenses SQL.
INDEXOF(expr, substringExpr)Processors
SQL Studio
USE `kafka`;
SELECT
INDEXOF(email,'@'),
email
FROM users-topic
LIMIT 1;{
"value": {
"INDEXOF": 9,
"email": "Jose.Hood@aol.com"
}
}Last updated
Was this helpful?

