The REPLACE statement finds the first occurrence of the hexadecimal "a" (which is 61) and replaces it and the next 25 hexadecimal values with the hexadecimal values for uppercase "A" through "Z."
   replace 'a' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';