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: Query a column name which has a space in it.

Re: Query a column name which has a space in it.

From: TurkBear <johng_at_mm.com>
Date: Thu, 04 Jun 1998 21:05:57 GMT
Message-ID: <35780bf6.18770390@news2.mm.com>


Try select 'part number' from xyz where 'part number' = ......

The key is to use quotes around the field name...

Abeeda_Mohammed_at_xn.xerox.com wrote:

>If I create a view as
>
>create view xyz as select part_no "part number"
>from
>part_master;
>
>Now the description of the view XYZ is
>
>PART NUMBER
>
>how do I
>write the query to search a particular part_no from this view?
>
>
>Thank you,
>
>Abeeda Mohammed
>
>-----== Posted via Deja News, The Leader in Internet Discussion ==-----
>http://www.dejanews.com/ Now offering spam-free web-based newsreading
Received on Thu Jun 04 1998 - 16:05:57 CDT

Original text of this message

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