Is there any way to run a query and the resulted output to become into an html format. The query may be into a store procedure, for convenience. As an example usage, I think something like that:
select * from my_stored_proc(arg1, arg2) -> [html formated] result set
or any other way.