D
David Mitchell
Howdy,
I have the following problem with some data.
Site id depth "Fizzyness"
1001 42 1-slight
1001 75 1-slight
1001 100 3-High
4004 10
4004 100 1-slight
4004 200
Of the two records above I want to create a query that
returns only
those records which are "Fizzy" for all depth values. So
in the above
example I want to see site 1001 returned, and 4004 left
out.
I have the following problem with some data.
Site id depth "Fizzyness"
1001 42 1-slight
1001 75 1-slight
1001 100 3-High
4004 10
4004 100 1-slight
4004 200
Of the two records above I want to create a query that
returns only
those records which are "Fizzy" for all depth values. So
in the above
example I want to see site 1001 returned, and 4004 left
out.