If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Merging multiple tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-25-05, 21:36
test test is offline
Registered User
 
Join Date: Oct 2001
Posts: 46
Merging multiple tables

Evening chaps

I've got a couple of hundred tables, unlinked, storing data. Can I easily condense them into one table, using a JOIN or UNION statement?

Any-thoughts?

Thanks

Mike
Reply With Quote
  #2 (permalink)  
Old 09-26-05, 08:37
marist89 marist89 is offline
Registered User
 
Join Date: Oct 2002
Location: greenwich.ct.us
Posts: 279
Do they have an identical structure? If so, how about setting up one MERGE table?

http://dev.mysql.com/doc/mysql/en/me...ge-engine.html
__________________
Jeff Hunter
http://marist89.*************
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On