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 -> Re: external table

Re: external table

From: Anurag Varma <avoracle_at_gmail.com>
Date: 29 Mar 2006 12:43:16 -0800
Message-ID: <1143664996.777852.174790@v46g2000cwv.googlegroups.com>

Create a view on top of ext table and replace null with space/whatever you want.

create myview as select nvl(col1,' '), ...... from ext_table;

Anurag Received on Wed Mar 29 2006 - 14:43:16 CST

Original text of this message

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