I've got some customer data where some names will have ' within them (eg O'Brien). The data comes through in all upper case; although we can format most names correctly by putting it into lower case (except for the first letter), I don't see how to deal with changing letters after a '. How do you refer to a ' mark without DB2 thinking you're just giving the first ' mark in referring to a string?
(DB2 8.1.2 on Suse 8)