| Author: Kapil Dhawan 17 Jun 2008 | Member Level: Gold Points : 2 |
Hello Nice piece of code Thanks for sharing your knowledge with us. I hope to see more good code from your side This code will help lots of guys Thanks to you Regards, Kapil
|
| Author: Bunty 01 Jul 2008 | Member Level: Diamond Points : 2 |
Hi,
Very nice piece of code.
Short and simple to understand.
Thanks for sharing your knowledge with us.
Keep posting.
Thanks and Regards S.S.Bajoria
|
| Author: Payal Jain 01 Jul 2008 | Member Level: Gold Points : 2 |
u can also use it like this:
select * into newtablename from (select distinct * from oldtablename)x
it performs both the jobs with 1 single query
|