Home » SQL & PL/SQL » SQL & PL/SQL » Sql
Sql [message #19142] Fri, 01 March 2002 20:52 Go to next message
Sam
Messages: 255
Registered: April 2000
Senior Member
I am trying to check if col x in table Y
has any data in lower case.
Is there a way to check this ?
Any help is appreciated.
Re: Sql [message #19148 is a reply to message #19142] Sun, 03 March 2002 13:22 Go to previous message
Todd Barry
Messages: 4819
Registered: August 2001
Senior Member
select *
  from y
 where x is not null
   and upper(x) <> x
Previous Topic: Multi-Selection: Urgent
Next Topic: how to run procedure within the package ?
Goto Forum:
  


Current Time: Thu Apr 25 06:39:20 CDT 2024