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

Home -> Community -> Usenet -> c.d.o.tools -> Re: SELECT question

Re: SELECT question

From: Rollin Weeks <Rollin.Weeks_at_mail1.dh.trw.com>
Date: 1997/09/03
Message-ID: <340D9D3B.5E46FC51@mail1.dh.trw.com>#1/1

Fred Hurtubise wrote:

>
> Question is :
>
> is there a way to select only the column that aren't null
> something like select * from table where column is not null???

What you describe sounds trivial; you have already stated it:

select col1, col2, . . . from <table_name> where colx is not null (and coly is not null and colz is not null);

Regards
Rollin Weeks Received on Wed Sep 03 1997 - 00:00:00 CDT

Original text of this message

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