Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Convert from Markdown to HTML

falckbJan 10 2024

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.

This post has been answered by mathguy on Jan 10 2024
Jump to Answer
Comments
Post Details
Added on Jan 10 2024
2 comments
766 views