H
HeartSA
Select Count(*) AS CountAll from Data
Select Count(*) AS CountSome from Data where Individual = Name
I would like to combine this into one statement and give me both the
CountAll and CountSom
Select Count(*) AS CountSome from Data where Individual = Name
I would like to combine this into one statement and give me both the
CountAll and CountSom