T-SQL UNION On 3 Tables!?

Posted by Goober on Stack Overflow See other posts from Stack Overflow or by Goober
Published on 2010-02-25T17:24:29Z Indexed on 2010/05/17 3:10 UTC
Read the original article Hit count: 334

Filed under:
|

Is this possible? Using SQL Server 2005.......

SELECT *
FROM Data0304 
UNION 
SELECT *
FROM Data0506
UNION 
SELECT *
FROM Data0708

© Stack Overflow or respective owner

Related posts about tsql

Related posts about union