How to a Query to copy data from on table to another table.
Answer Posted / gali kondareddy
INSERT INTO TABLE_2 SELECT * FROM TABLE_1
OR
INSERT INTO TABLE_2 SELECT * FROM TABLE_1 WHERE 1=1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to provide values to stored procedure parameters in ms sql server?
What is de-normalization and what are some of the examples of it?
What are the steps to process a single select statement?
What is a collation in ms sql server?
What is a system database and what is a user database?
What is subquery explain with example?
How to drop an existing stored procedure in ms sql server?
What is sub-query in sql server?
What is unpivot?
What is the difference between substr and charindex in the sql server?
What method is used by the Command classes to execute SQL statements that return single values?
What is difference between temp table and cte?
How do I find the sql server database version?
what are the Prerequisites for Replication?
Why are you getting errors when creating a new odbc dsn?