you can also use concat...basically you just add the HTML code into the SQL query code
CONCAT('<a href="/Orion/View.aspx?NetObject=N:',n.nodeid,'">',n.caption,'</a>') as Caption,
you can also use concat...basically you just add the HTML code into the SQL query code
CONCAT('<a href="/Orion/View.aspx?NetObject=N:',n.nodeid,'">',n.caption,'</a>') as Caption,