alexandria-plsql-utils/demos/html_util_pkg.sql
2015-02-20 19:43:42 +01:00

7 lines
191 B
SQL
Executable File

-- add clickable links to text with URLs in it
select html_util_pkg.add_hyperlinks('hey check out http://www.oracle.com and http://www.microsoft.com', 'my_link_css_class')
from dual