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: How to select column with one or more spaces

Re: How to select column with one or more spaces

From: crappygolucky <member_at_dbforums.com>
Date: Tue, 03 Jul 2001 22:14:15 GMT
Message-ID: <Xsr07.2670$2u2.114501@e420r-sjo2.usenetserver.com>

i guess you could try

... where ltrim(col_name) is null and col_name is not null;

--
Posted via dBforums, http://dbforums.com
Received on Tue Jul 03 2001 - 17:14:15 CDT

Original text of this message

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