ODBC guide

Read comments for an issue by ID or Key


Gets all comments for one issue. Identify the issue by IssueId in the WHERE clause or by Key in WITH.

SELECT * FROM Comments Where IssueId=10003 --OR WITH(Key='10003')