Hi Guys!
Does anyone knows how I can make a delete of this kind?
For example, I have 3 records like this:
NAME VERSION
AA 3
AA 2
AA 4
I need only the last version of this group, example:
NAME VERSION
AA 4
But the thing here is, that I need to delete the others records from my original Table....
How can I make a Delete T-SQL that delete all the Older Versions of every group I have??? I just one to keep the new versions always in this table
Any ideas?
Thanks for any suggestions
MenyR
Does anyone knows how I can make a delete of this kind?
For example, I have 3 records like this:
NAME VERSION
AA 3
AA 2
AA 4
I need only the last version of this group, example:
NAME VERSION
AA 4
But the thing here is, that I need to delete the others records from my original Table....
How can I make a Delete T-SQL that delete all the Older Versions of every group I have??? I just one to keep the new versions always in this table
Any ideas?
Thanks for any suggestions
MenyR