Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Check for upper Case Characters

Status
Not open for further replies.

txwylde

Programmer
Jan 25, 2001
60
0
0
US
I have an email variable that I would like to check to see if it contains an uppercase character. In MySQL i was able to use this in my where statement:

where ascii(substring(billto_name,2,1)) >= 65
and ascii(substring(billto_name,2,1)) <= 90

How do I use the Case function to check to see if there is an uppercase character in an email address?
Thanks!
Bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top