REPLACE
This page describes the REPLACE function in Lenses SQL.
REPLACE (sourceExpr, targetExpr, replaceExpr)Processors
SQL Studio
# REPLACE IS WITH ISSUE
USE `kafka`;
SELECT
REPLACE(status, 'unverified', 'verify urgent')
FROM users-topic
LIMIT 100;
# Expected keyword FROM// Some codeLast updated
Was this helpful?

