|
|
|
|
|
by xxbondsxx
3703 days ago
|
|
Doesn't this become less valueable as the data grows? You'll essentially always have at least one "true" value, and at that point you're basically doing the query of: SELECT cateogry FROM orders WHERE
express_delivery=TRUE
GROUP BY category Also are these aggregate functions as efficient? |
|
This is where a more effective question would be more useful.
A question like 'in the last quarter, how many sales did we have for each category and shipping type?' You can then take the results and calculate more useful values like the percentage of express shipments, etc.