SELECT *
FROM #Request.prefix_db_lookup#.IncidentTables
WHERE Table_ID = #url.ID#
SELECT *
FROM #Request.prefix_db_lookup#.Incident i, #Request.prefix_db_lookup#.IncidentTables t
Where i.InternalMemo = t.TicketDropDown
and t.Table_ID = #url.ID#
group by i.Title
SELECT *
FROM #Request.prefix_db_lookup#.IncidentTables t, #Request.prefix_db_lookup#.IncidentKeystrokes k
Where t.Table_ID = #url.ID#
and t.Table_ID = k.Table_ID
and k.Deleted = 0
order by k.Level, k.Function, k.DataCapture
SELECT *
FROM #Request.prefix_db_lookup#.IncidentTables t, #Request.prefix_db_lookup#.IncidentCMSTags k
Where t.Table_ID = #url.ID#
and t.Table_ID = k.Table_ID
group by k.Tag
order by k.Tag
Table InformationManual ListSuperadmin Home
#GetT.Common_Name# Team: #GetT.Team#
when viewing a problem teach trainer: 1. how it looks when its right 2. how it looks when its wrong 3. how to do it correctly the first time 4. and how to correct wrong