how to delete duplicate rows from table in sql server
Answer Posted / vignesh chandrasekaran
select Distinct column name from Table Name
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What the different topologies in which replication can be configured?
How to disable a login name in ms sql server?
What are the advantages of mirroring?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
How many types of local tables are there in sql server?
What is the difference between stored procedure and functions?
what is a join? : Sql server database administration
Can you explain different types of locks in sql server?
in the physical file layout, where should the transaction log be stored in relation to the data file?
whats new about truncate in sql server 2008?
What is difference between drop truncate and delete?
Give me a SQL Query to find out the second largest company?
What are the types of joins in sql?
Explain about Views?
How do you rename a table in sql server?