Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Case - upper and lower?

Re: Case - upper and lower?

From: Ken Madsen <madsenkj_at_pe-nelson.com>
Date: Thu, 23 Jul 1998 14:27:03 -0700
Message-ID: <35B7AAA7.59077177@pe-nelson.com>


Try

  SELECT stuff
  FROM tables
  WHERE UPPER(input) = column

     OR LOWER(input) = column

Hope you understand my pseudocode and I understood your problem.

--
Ken Madsen Received on Thu Jul 23 1998 - 16:27:03 CDT

Original text of this message

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