Query Help
-
I have the following challenge: I have a table "Table1" with two columns: Column A int Column B int I am using the combination of A and B as a unique identifer. I suspect there is bug in the stored procedure, therefore, I need to find where there is a duplicate row where coulmn A and B values in one row match that of another row. What method should I use to do this? Any help is greatly appreciated
Regards, Hulicat
-
I have the following challenge: I have a table "Table1" with two columns: Column A int Column B int I am using the combination of A and B as a unique identifer. I suspect there is bug in the stored procedure, therefore, I need to find where there is a duplicate row where coulmn A and B values in one row match that of another row. What method should I use to do this? Any help is greatly appreciated
Regards, Hulicat