STRINGENCODESQLSTRINGENCODE(string) Description Encodes special characters in a 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 over 4 years ago Table of Contents Description Examples