starbase59
MIS
By using UPPER and LOWER, how can I capitalize city names or company names correctly.
Examples: "Santa Rosa" or "Steward Financial Group, Inc"
I tried: UPPER(substring(City, 1, 1)) +
LOWER(substring (City, 2, 99)) but this only capitalizes the first letter in the string.
Examples: "Santa Rosa" or "Steward Financial Group, Inc"
I tried: UPPER(substring(City, 1, 1)) +
LOWER(substring (City, 2, 99)) but this only capitalizes the first letter in the string.