ODBC guide

Read change by ID


Reads detailed information about a specific change request identified by its ID. This retrieves the full plan, approval history, and implementation details.

Use the WHERE id=... clause to select a single change record. Replace 111112345 with the change ID.

SELECT * FROM Changes WHERE id=111112345