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: case sensitivity ..

Re: case sensitivity ..

From: rob van laarhoven <rob_at_dsdelft.nl>
Date: Mon, 13 Dec 1999 14:05:00 +0100
Message-ID: <945090488.229179@newsreader2.wirehub.nl>


Hi,

select * from product where UPPER(pd_val) = 'PRODUCT'; or
select * from product where LOWER(pd_val) = 'product';

Please use plain text in your postings, thanks.

Rob. Received on Mon Dec 13 1999 - 07:05:00 CST

Original text of this message

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