Loading...
This page describes the MINK_UNIQUE function in Lenses SQL.
MINK_UNIQUE(numExpr, N)
Returns the N smallest unique values of a numExpr.
Available in:
Sample code:
USE `kafka`; SELECT MINK_UNIQUE(total) FROM orders-events
Output:
{ "value": { "MINK_UNIQUE": [ 10.14 ] } }
✓