Results 1 to 1 of 1

Thread: merging tables

  1. #1
    Join Date
    Jan 2007
    Location
    Davenport, Iowa
    Posts
    2,385
    Thanks
    100
    Thanked 113 Times in 111 Posts

    Default merging tables

    I can rename the cols, but is there a way to create a new table from two where:

    table1 has ID, date, article
    table2 has ID, date, article

    I would like to merge the two into one table that looks like the following:

    Code:
    table_new
    
    ID, date1, article1, date2, article2
    thanks
    Last edited by james438; 09-11-2007 at 04:37 AM. Reason: fixed an error in the "code"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •