- select..........into
- insert.....into....select
This statement creates destination table structure automatically without constraints and copies rows from one (or) more source tables
Tables may be temporary tables (or) permanent tables.
syntax: select */columnnames into destinationtable from sourcetable
No comments:
Post a Comment