Henry Milner
Results
2
comments of
Henry Milner
This is great, thanks. Before I add this, the answer is: 1. `select count from table`: The number of rows in `table`, just like normal SQL. 2. `select approx_count from...
It's a hack that we'll soon eliminate. We need to know how large the sample was, so that we can scale up things like SUM and COUNT appropriately. Obviously this...