When I run simple SQL queries like
Select approx_count(_) from table1 where A = 'xx' _within 0.1 seconds*
I run into an error: Parse Error: mismatched input 'within' expecting EOF near ''table1''
Does blinkdb support clauses like "within xx seconds" as shown in the paper as running examples?