Hello, I have a table setup where
X = Identifier
Y = Data
The identifier is not unique in this case, as the table is loaded with a history of all possible Y values for each X.
My goal is to write a query which groups the data by X but only where Y is different (if the Y is the same across multiple X's, then it is not important)
I have some knowledge of vb, although I don't have any experience using SQL to write queries, so this may be exceedingly simple.
Thanks!
X = Identifier
Y = Data
The identifier is not unique in this case, as the table is loaded with a history of all possible Y values for each X.
My goal is to write a query which groups the data by X but only where Y is different (if the Y is the same across multiple X's, then it is not important)
I have some knowledge of vb, although I don't have any experience using SQL to write queries, so this may be exceedingly simple.
Thanks!
Last edited: