Create Table and Copying Structure of Existing Table
=====================================
Ex:-select * into empnew from employee where 1=0
Create Table and Copying Structure of Existing Table with data of existing table
=====================================
Ex:-select * into empnew from employee
=====================================
Ex:-select * into empnew from employee where 1=0
Create Table and Copying Structure of Existing Table with data of existing table
=====================================
Ex:-select * into empnew from employee
No comments:
Post a Comment