Append without UNION
From: marcmc (marcmc_at_discussions.microsoft.com)
Date: 03/08/05
- Previous message: marcmc: "Re: Datawarehouse Quest?"
- Next in thread: Hugo Kornelis: "Re: Append without UNION"
- Reply: Hugo Kornelis: "Re: Append without UNION"
- Reply: marcmc: "RE: Append without UNION"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 8 Mar 2005 02:35:04 -0800
select * from GEt_lu_Lookup_ST1 -- rows 1,817,148
UNION
select * from GEt_lu_Lookup_UNION -- rows 423
I want to get the full 1,817,571 rows without using a Union Statement, can
anyone help?
- Previous message: marcmc: "Re: Datawarehouse Quest?"
- Next in thread: Hugo Kornelis: "Re: Append without UNION"
- Reply: Hugo Kornelis: "Re: Append without UNION"
- Reply: marcmc: "RE: Append without UNION"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]