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 -> Create View

Create View

From: <learning_codes_at_hotmail.com>
Date: Thu, 16 Aug 2007 13:48:24 -0000
Message-ID: <1187272104.870372.133770@k79g2000hse.googlegroups.com>


Hi,

I am learning and would need your help.

I'm able to create a simple SQL in the oracle view.

Select Home
AS
HOME FROM CITYDATABASE
WHERE HOME = 'Single'
/

I want to know if there is a possilbe way to add extra column called "YEAR" like Format([Month_END],"YYYY" into above script.

Your help would be much appreciated.
Thanks Received on Thu Aug 16 2007 - 08:48:24 CDT

Original text of this message

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