+ Reply to Thread
Results 1 to 3 of 3

Combine/append tabels in SQL

  1. #1
    Registered User
    Join Date
    07-20-2012
    Location
    All over the world
    MS-Off Ver
    Excel 2013
    Posts
    11

    Combine/append tabels in SQL

    Hi
    I have a question about SQL.
    I知 more of an Excel guy than an SQL guy, so bear with me

    I知 writing this SQL question here since I値l use the result in Power Pivot.

    I have tree tables Transactions2010, Transactions2011 and Transactions2012
    They all have the same column definitions.

    I need to combine the tree tables in one query, so I get all data from a query like:
    SELECT * FROM (Transactions2010, Transactions2011 and Transactions2012)

    Br
    Martin
    Last edited by MartinCarlsson; 07-26-2013 at 09:34 AM.

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643
    Martin

    Use UNION.

    <query1>
    UNION ALL
    <query2>
    UNION ALL
    <query3>
    If posting code please use code tags, see here.

  3. #3
    Registered User
    Join Date
    07-20-2012
    Location
    All over the world
    MS-Off Ver
    Excel 2013
    Posts
    11

    Re: Combine/append tabels in SQL

    Perfect !!

    Thank you

    Quote Originally Posted by Norie View Post
    Martin

    Use UNION.

    <query1>
    UNION ALL
    <query2>
    UNION ALL
    <query3>

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Append Data to Bottom When Using Combine & Merge Macro
    By wealthistime in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-21-2011, 01:50 AM
  2. tabels match
    By colegu_costin in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-16-2011, 02:05 PM
  3. Help with pivot tabels!
    By cfaucher in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-13-2008, 02:46 PM
  4. Replies: 2
    Last Post: 08-15-2005, 09:05 AM
  5. [SOLVED] Sum in pivot tabels
    By CLUPE in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-19-2005, 10:06 AM

Tags for this Thread

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1