I'm having a problem getting my URL to show up. 'dbr.purehtml' causes the SQL statement to fail....is there a way to do this in one of my query fields? Here's the base of the query - with the last field needing to be a clickable link:
select c.Mydate as 'MyDate',
c.src as 'Src',
c.dst as 'Dst',
c.uniqueid,
CONCAT('<html>Play</html>')
where ...
Sorry - figured out I should be using dbr.url