K
Kou Vang
How can I write a subquery within a query from:
Lake, Site, PersonID
01, 101, 0001
01, 101, 0001
01, 101, 0001
01, 101, 0002
01, 101, 0002
01, 101, 0003
01, 102, 0001
01, 102, 0001
To get: the total visits by site and total by person.
Thanks,
Kou
Lake, Site, PersonID
01, 101, 0001
01, 101, 0001
01, 101, 0001
01, 101, 0002
01, 101, 0002
01, 101, 0003
01, 102, 0001
01, 102, 0001
To get: the total visits by site and total by person.
Thanks,
Kou