AS_NULLABLE
This page describes the AS_NULLABLE function in Lenses SQL.
AS_NULLABLE(expr)Processors
SQL Studio
USE `kafka`;
SELECT AS_NULLABLE(modified_at) AS null_value
FROM users-events
LIMIT 100;{
"value": {
"null_value": null
}
}Last updated
Was this helpful?

