how to copy only distinct data into another table which is not already exist in database?
Answer Posted / sheshu4040
SELECT DISTINCT * INTO TABLE_NEW FROM TABLE_EXISTING
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is #table in sql server?
explain how to create a new schema in a database? : Sql server database administration
What is the default server name for sql server?
What is nonclustered index on computed columns?
What is difference between cte and view?
What is change data capture (cdc) in sql server 2008?
How you trouble shoot when any job fails
How to create an multi-statement table-valued function?
What is the difference between a "where" clause and a "having" clause?
Explain four layers of abstraction microsoft architectured?
What is stretch database in sql server?
Do you know what are the reporting services components?
What do you mean by an execution plan?
When to use null data driven subscription?
Can you explain about buffer cash and log cache in sql server?