V
Victag
Please help me with this query if you are able? Not sure it is
possible what I would like to do, but I have created this query which
works as I expected:
SELECT DISTINCT Clients.Subnet
FROM Clients
WHERE Clients.Subnet in (Select Subnet from Clients where
Clients.SubnetExists = "SUBNETMISSING");
I would like my query to also show the count of how many times each
distinct subet appeared in the second select statement so my results
will show the subnet and how many clients on each subnet had a
SubnetExists value of "SUBNETMISSING".
Thanks in advance!
possible what I would like to do, but I have created this query which
works as I expected:
SELECT DISTINCT Clients.Subnet
FROM Clients
WHERE Clients.Subnet in (Select Subnet from Clients where
Clients.SubnetExists = "SUBNETMISSING");
I would like my query to also show the count of how many times each
distinct subet appeared in the second select statement so my results
will show the subnet and how many clients on each subnet had a
SubnetExists value of "SUBNETMISSING".
Thanks in advance!