In the database I have a name field which contains name of members. Unfortunately some names are just in lower cast, some in just in upper cast. How can i use sql to pull the data from the database where the first character is uppercast and the other characters are lower cast.
Some examples:
Paul should become Paul
PAUL should become Paul
paul should become Paul
Some examples:
Paul should become Paul
PAUL should become Paul
paul should become Paul