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

