ODBC guide

Read an incident by ID


Gets a single incident by its sys_id (primary key).

SELECT * FROM incident
WHERE sys_id = 'SYS_ID_GOES_HERE'