R
ryguy7272
I got stuck on something that should be pretty simple, but a solution is not
presenting itself, so I though I'd post here.
SELECT [RVP], [Director], [SalesRep], [Advertiser], [C1 Q109 Pipe], "C1 Q109
Pipe" as Product FROM [Revenue-Book-Pipe]
UNION ALL Select [RVP], [Director], [SalesRep], [Advertiser], [C1 Q109
Rev-Book], "C1 Q109 Rev-Book" as Product FROM [Revenue-Book-Pipe];
I keep getting a field name of "C1 Q109 Pipe". I really wanted a generic
name for this filed, like "Amount". How do I do this?
TIA,
Ryan---
presenting itself, so I though I'd post here.
SELECT [RVP], [Director], [SalesRep], [Advertiser], [C1 Q109 Pipe], "C1 Q109
Pipe" as Product FROM [Revenue-Book-Pipe]
UNION ALL Select [RVP], [Director], [SalesRep], [Advertiser], [C1 Q109
Rev-Book], "C1 Q109 Rev-Book" as Product FROM [Revenue-Book-Pipe];
I keep getting a field name of "C1 Q109 Pipe". I really wanted a generic
name for this filed, like "Amount". How do I do this?
TIA,
Ryan---