I had an odd request from a user..
They are having an issue with the app where it is inserting lower case letters (into a varchar) by mistake..so they now need the ability to tell in a query which of the words are lower case and which are upper case..
I don't know if I explained that well....basically the word is 'Print' or "print' they need to know how many times it was entered into the field as 'Print' or 'print'.
How can I tell that in T-SQL?
select stmt_del_method, *
from rm_acct
---
where stmt_del_method = 'Print'