Hello,
I'm working on Oracle Autonomous Database version 19c and I'm looking for the best way to write an update statement to convert a column in my database from Markdown to HTML. Previously, we had been storing information in this column in Markdown format, but we are understanding now that this doesn't fit our use case, and therefore need to translate this entire column to HTML format. It's too many records to do individually or via an online translator, so I will need to code this via PL/SQL.