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 -> Finding Not Null values in a table

Finding Not Null values in a table

From: <nbrown_at_epnet.com>
Date: Mon, 28 Dec 1998 15:54:20 GMT
Message-ID: <7689jb$mf0$1@nnrp1.dejanews.com>


Hi-

Can anyone suggest a convenient way to select from a large table only those fields whose values are not null for a particular row? I have a large table that I am trying to pull only the 'not null' fields for a particular key record. I am wondering if there is some way to 'select all not null values from big table where primary key = something' (I guess this is essentially select * but don't show me any fields whose value are null). Any ideas? Thanks a lot...

Nathaniel

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Dec 28 1998 - 09:54:20 CST

Original text of this message

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