If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Help with Uppercase query

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-17-09, 01:41
saltshaker saltshaker is offline
Registered User
 
Join Date: Apr 2009
Posts: 1
Question Help with Uppercase query

Hi All,

Username
========
AUbRian
AUCharles
AUdanny
AUcinDy
AUmichael

These are the sample records from my username field. It always start with 'AU', the problem now is lot of username that has capital letter and I need to sort out all username that only has CAPITAL inside(AUbRian, AUCharles, AUcinDy). Can anyone advise me the query to do that?
Thanks.
Reply With Quote
  #2 (permalink)  
Old 04-19-09, 01:29
hasan_uiu hasan_uiu is offline
Registered User
 
Join Date: Jan 2009
Location: Dhaka, Bangladesh
Posts: 51
if you want to find only those names which has at list one upper case letter you can use regular expression function REGEXP_LIKE

ORACLE: DBA's day out: Use Regular Expressions in SQL
__________________
Mohammad Hasan Shaharear
E-mail
Blog: http://shaharear.*************
Reply With Quote
  #3 (permalink)  
Old 04-19-09, 07:03
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
dear hasan_uiu

how confident are you that this oracle function will work correctly in mysql?

i'll bet you did not even realize that this was the mysql forum

tip: slow down and pay attention

__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On