RPAD
This page describes the REGEX_MATCHES function in Lenses SQL.
RPAD(strExpr, lengthExpr, padExpr)Processors
SQL Studio
USE `kafka`;
SELECT
RPAD(email, 50, ' '),
email
FROM users-topic
LIMIT 1;{
"value": {
"RPAD": "[email protected] ",
"email": "[email protected]"
}
}Last updated
Was this helpful?

