SELECT Common_Name
FROM #Request.prefix_db_lookup#.IncidentTables
where Table_ID = #url.ID#
SELECT * from #Request.prefix_db_lookup#.IncidentKeystrokes k, #Request.prefix_db_lookup#.IncidentTables t
where k.Table_ID = t.Table_ID
and k.Table_ID = #url.ID#
HHA System Administration -