I have several rows duplicated in my temp table that contain text and objects.
As I am creating the procedure to create the table, is there any way of filtering out to insert only 1 record per ID?
I have tried grouping and selecting distinct, however because of the text fields, it will not allow me to.
An help would be appreciated
As I am creating the procedure to create the table, is there any way of filtering out to insert only 1 record per ID?
I have tried grouping and selecting distinct, however because of the text fields, it will not allow me to.
An help would be appreciated