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
Is a primary key unique?
What are information schema views?
Explain primary key and foreign key constraints?
Sql server reporting services vs. Crystal reports.
Explain about Joins?
What are the benefits and tasks of object explorer? : sql server management studio
How to use "begin ... End" statement structures in ms sql server?
can a table be moved to different filegroup? : Sql server administration
How do I edit a stored procedure in sql server?
Do you know the different ddl commands in sql?
What is sql collation?
What are truncate options available in sql server? : sql server database administration
How retrieve field names from the table in SQL through JAVA code?
What does top operator do?
Where are SQL server users names and passwords are stored in sql server?