|
-
Sep 28th, 2006, 11:35 AM
#1
Thread Starter
Fanatic Member
Copying Table to anohter Table
How to copy data from one table to another. both tables are the same structure.
Farooq
Last edited by hafizfarooq; Sep 28th, 2006 at 12:34 PM.
Reason: Resolved
-
Sep 28th, 2006, 11:57 AM
#2
PowerPoster
Re: Copying Table to anohter Table
insert into table b select * from table a
-
Sep 28th, 2006, 12:33 PM
#3
Thread Starter
Fanatic Member
Re: Copying Table to anohter Table
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|