jestrada101
Technical User
- Mar 28, 2003
- 332
How can i get sets of duplicate data?
For example, I have the following data in a table.
12312 DATA1 DATA2
12323 DATA1 DATA2
33333 DATA3 DATA1
42324 DATA3 DATA1
I'd like to return the matching:
12312 12323
33333 42324
How can I get this in query?
For example, I have the following data in a table.
12312 DATA1 DATA2
12323 DATA1 DATA2
33333 DATA3 DATA1
42324 DATA3 DATA1
I'd like to return the matching:
12312 12323
33333 42324
How can I get this in query?