Pages
Home
Learn C
C Plus Plus
Core Java
Servlet
JSP
JSTL
Struts2
Spring
JSF
HIBERNATE
JAVA MAIL
QUARTZ SCHEDULAR
JDBC
SQL
Generics
JUNIT
LOG4j
iTEXT
JAXB
ANT
JSOUP
JSON
XML PARSER
SUBSCRIBE
SQL COPY Table
The SELECT INTO statement is used to copy a table data into another table.
Syntax: Select * into destinationTable from sourceTable;
Example:
Select * into EMPLOYEE1 from EMPLOYEE;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment