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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Number coulmn in View

Re: Number coulmn in View

From: Sunder <sunder.nochilur_at_us.bosch.com>
Date: Mon, 01 Oct 2001 13:24:56 -0400
Message-ID: <3BB8A6E8.10176175@us.bosch.com>


This will not work. Cannot specify data type in the definition of a View!!

Thanks

Niall Litchfield wrote:

> Unchecked
> create or replace view new_view
> (
> id number(8),
> quantity number(8),
> month
> )
> as select
> id,
> quantity,
> month
> from table1;
>
> --
> Niall Litchfield
> Oracle DBA
> Audit Commission UK
Received on Mon Oct 01 2001 - 12:24:56 CDT

Original text of this message

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