STRINGDECODESQLSTRINGDECODE(string) Description Converts a encoded string using the Java string literal encoding format. Special characters are \b, \t, \n, \f, \r, ", \, <octal>, \u. This method returns a string. Examples SQLSTRINGENCODE(STRINGDECODE('Lines 1\nLine 2')); Updated about 5 years ago Ask AITable of Contents Description Examples