N
neo
Dear MSAccess Group users,
A small trivial SQL question. I have a dataset which has three columns:
Date Element Packets
There are multiple elements for each date for which I have packet
measurements.
I want to create one query which:
- groups by Date
- counts the number of elements for each day
- counts the number of elements each day which have a packet count
greater than some threshold
So, three columns as output:
Date (Number of Elements) (Number of Elements with Packet>Threshold)
How can I do this in SQL ?
Thanks,
Neo
A small trivial SQL question. I have a dataset which has three columns:
Date Element Packets
There are multiple elements for each date for which I have packet
measurements.
I want to create one query which:
- groups by Date
- counts the number of elements for each day
- counts the number of elements each day which have a packet count
greater than some threshold
So, three columns as output:
Date (Number of Elements) (Number of Elements with Packet>Threshold)
How can I do this in SQL ?
Thanks,
Neo