How to convert MYSQL to PL/SQL
This is my MYSQL code. Here I want to convert This to PL/SQL
This is my MYSQL code. Here I want to convert This to PL/SQL
I am trying to convert a complex oracle sql procedure to mysql. The procedure contains of many differenct selects, cursors etc. I already wrote a version of it in mysql, but it does not work and only gives some error messages. I hope on could help me.
I have seen many queries with something as follows.
I have a table where a column allows special characters like ‘/’ (forward slash) and ” (back slash).
I have a table with below structure :