R
reversetype
i have the following data:
ticket # CY classification
12345 40 ppdr
12345 46 ppdr
23456 40 ppdr
23456 40 ROW
37163 56 ROW
37163 56 ROW
I am having trouble realizing a query that finds duplicate ticket #'s
that either the CY or classification are different and hides ticket #'s
that have the same CY AND classification.
any help is greatly appreciated!
ticket # CY classification
12345 40 ppdr
12345 46 ppdr
23456 40 ppdr
23456 40 ROW
37163 56 ROW
37163 56 ROW
I am having trouble realizing a query that finds duplicate ticket #'s
that either the CY or classification are different and hides ticket #'s
that have the same CY AND classification.
any help is greatly appreciated!