Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Union query: Add a constant value to a recordset

Union query: Add a constant value to a recordset

From: Chaihana Joe <ian_at_chezburns.com>
Date: Fri, 21 Dec 2007 02:14:05 -0800 (PST)
Message-ID: <bfc19bc7-f140-407c-a951-304cd7ec989d@l32g2000hse.googlegroups.com>


Oracle noob here.

I need to add the value 'All' to a single column resultset. In MS SQL Server I'd say

SELECT Sub_Asset_Class
FROM BIRT_Resp_Fin_Hierarchy_DIM
UNION SELECT ' All'
ORDER BY Sub_Asset_Class

to get

All
East
North
South
West

What's the equivalent in Oracle SQL?

Thanks Received on Fri Dec 21 2007 - 04:14:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US