ODBC guide

Read accounts modified after date


Reads Account records modified after a specified date and time. This example demonstrates using the ModifiedSince parameter in the WITH clause to perform an incremental fetch.

SELECT * from Accounts WITH(ModifiedSince = '2020-01-07T00:00:00')