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

