Mark Stewart (11/13/2007)
Hi Guys, I need to update the POST_CODE feild of a table by converting all the data records in the feild to upper case. Any ideas of how this could be done in an update statement?many thanks
UPDATE myTable SET post_code = UPPER(post_code)
Regards,
Andras
Andras Belokosztolszki, MCPD, PhD
GoldenGate Software