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

