LAST1
This page describes the LAST1 function in Lenses SQL.
LAST1(strExpr)Processors
SQL Studio
USE `kafka`;
SELECT
LAST1(first_name) AS first_name_hidden,
first_name
FROM users-events
LIMIT 1;{
"value": {
"first_name_hidden": "*****s",
"first_name": "Charles"
}
}Last updated
Was this helpful?

