I would like a table to return a result set that includes a clickable URL link.
For example
FIRST NAME
JOHN
LAST NAME
RICHARDS
WEBSITE
Ideally I would like the link to be in “<A HREF> format so as to rather than show the whole URL, there would just be a link
Eg.
FIRST NAME
JOHN
LAST NAME
RICHARDS
WEBSITE
“CLICK HERE”
Would I be able or recommended to load the “WEBSITE” field of my table with a VARCHAR such as
<A HREF=www.Richardssite.com> CLICK HERE </A>
Or is there a better/correct way to achieve this?
Thank you once again for any help.