Viewing 3 posts - 1 through 3 (of 3 total)
Nice script. The "ctrl+shift+m - thing" was new for me and it's a very intresting feature.
But .. if you 've added these defined variables instead of the numbers in your...
July 22, 2016 at 3:31 am
#1891516
I do use it in production environmentbecause of getting date from other Systems that conteins duplicatetd data (don't ask ....) and it works fine.
In the past i've worked on Oracle...
February 2, 2016 at 10:50 pm
#1856168
My faforite method to clean-up duplicated rows is this (I used the example code from above):
CREATE TABLE Duplicates(
CustID INT,
Col1 INT,
...
February 2, 2016 at 1:46 am
#1855925