Hello all,
I have a sql script , it only query url and username from table am_url.
sql script:
SELECT *
FROM am_url
Where userid like '%Finley%'
but this table doesn't have monitor name, If I want query monitor name , which table can be queried ?
Thanks.
Finley