| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
I need some SQL help
|
Original Message
|
Name: eseloco
Date: October 29, 2004 at 11:44:34 Pacific
Subject: I need some SQL helpOS: windowsCPU/Ram: 256 |
Comment: What SQL statement do I need to take all of the contents of several tables and make a new table. For instance ... i have a database that has tables for different kinds of school classes... like a table for interent classes and a table for night classes. how could i create a new table called allclasses that included both the internet and night classes. i need it to be done in an sql statement i am using microsoft access 2000. thanks
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: cannon19
Date: November 8, 2004 at 11:57:15 Pacific
|
Reply: (edit)You can specify select * into allclasses from nighclasses select * into allclasses internetclasses. Not sure if Access lets you run sql statements but you can thru the GUI create new table allclasses and use import wizard to populate the data from two tables.
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Web Development Forum Home