1 2 3 4 5 6
use plato; $l = select min(cast(key as uint64)) as key from Input; $l = EvaluateExpr($l); select * from Input limit $l ?? 0;