CENTER
This page describes the CENTER function in Lenses SQL.
CENTER(target,size,padExpr)Processors
SQL Studio
USE `kafka`;
SELECT
CENTER(product_name, 30, ' '),
product_name
FROM products-topic
LIMIT 1;{
"value": {
"CENTER": " Soft Shirt ",
"product_name": "Soft Shirt"
}
}Last updated
Was this helpful?

