MySQL Forums
Forum List  »  Stored Procedures

Re: Help needed for migrating an Oracle UDF to Mysql UDF
Posted by: Praveen P
Date: November 05, 2016 12:00PM

In the above MySQL version

Quote


SET v_string1 = fn_remove_accents(p_string1);
SET v_string2 = fn_remove_accents(p_string2);

Usage of the function "fn_remove_accents" is to convert Utf8 accents to english and compare. We can ignore those two code lines. They were not present in the Oracle version.

Thanks
praveen

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.