I have the following:
ID FNAME LNAME
1 John Doe
1 John Doe
1 John Doe
2 Joe Doe
2 Joe Doe
2 Joe Doe
3 John Jones
4 Foo Foo
I would like to end up like the following:
ID FNAME LNAME
1 John Doe
2 Joe Doe
3 John Jones
4 Foo Foo
Thanks for any advice
JESELECT DISTINCT * INTO someothertable FROM yourTable
DROP yourTable
RENAME someothertable TO yourTable
Showing posts with label doe2. Show all posts
Showing posts with label doe2. Show all posts
Subscribe to:
Posts (Atom)