|
-
Jul 27th, 2000, 05:36 AM
#1
Thread Starter
Lively Member
How do I append one table to another.
I assume I'll have to use insert but I'm stuck from there.

 VB6 Enterprise sp5, SQL Server2000 
-
Jul 27th, 2000, 11:29 AM
#2
Frenzied Member
Insert..Select
Insert table1
select * from table2
will move the contents of table 2 into table1. The tables need to posses compatible data types and structures
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
|