Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Wednesday, September 20, 2017

test if first character of a value is upper case

SQLServerCentral » Latest topics
test if first character of a value is upper case
I want to test whether or not the first character of every value is upper case, and the rest are lower case.  I.E., if they are currently stored as proper case.  

Is there a simple way to do this?  Or do I have to test whether

No comments: