This is my Technical area of troubleshooting and learning new Programming skills and many more. Here you will find answers for many new technologies like asp.net 2.0/3.5,4.0 C# access, mysql, Amazon Webservice ,Sql-server, JD Edwards, SAS, Salesforce, APIs, MVC and many more. please visit & discuss.
Wednesday, February 11, 2009
Delete duplicate records SQL-SERVER
select count(*)cnt,ibitm into jde_rk.dbo.ttt_11 from jde_rk.dbo.tttt_4102 group by ibitm having count(*)>1
No comments:
Post a Comment