Answer Posted / rajkumar
Format
------
Inser into <tablename> (column name) select (column name)
from <tablename> where <Condition>
Example
--------
INSERT INTO emp (empname) SELECT empname from employe WHERE
empid=5
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is abstracting periodical?
What is instead of dml trigger?
Where to find ntwdblib.dll version 2000.80.194.0?
What are the recovery models in sql server 2000?
Explain system rowset functions?
Tell me what is sql profiler?
What is the temp table?
Write a SQL command to insert and update only a particular field?
Explain what are partitioned views and distributed partitioned views?
What are 3 ways to get a count of the number of records in a table?
How does normalization work?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What is the contrast amongst drop and truncate?
What encryption security is available in sql azure?
Explain the use of keyword with encryption. Create a store procedure with encryption?