This page describes how to use Conditions in Lenses SQL Processors.
EXISTS (field)
Returns true if the given field is present false otherwise.
Available in:
✓
Sample code:
USE `kafka`; SELECT `EXISTS`(id) FROM users-events LIMIT 1;
Output:
{ "value": { "EXISTS": true } }
Last updated 1 year ago
Was this helpful?