1 2 3 4 5 6 7
use plato; $a = select CurrentUtcDate() as _date, Just(1.0) as parsed_lag from Input; SELECT SUM(parsed_lag) FROM $a;