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: alligatorsql.com <peter_at_fluxx.com>
Date: 6 Jul 2001 05:31:42 -0700
Message-ID: <d01b518e.0107060431.6f897684@posting.google.com>

Hello Andy,

did this help or did I understand somethink wrong ...

select col_name from tab_name

   where col_name = ' ' or col_name = ' ';

Greetings
Manfred Peter
(Alligator Company)
www.alligatorsql.com Received on Fri Jul 06 2001 - 07:31:42 CDT

Original text of this message

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