What should be used as the Rising Column value? I'm using the preconfigured SQL query, but each query results in a full dump of the database.
Found out if you add the following to the end of each query, it works.
AND "EVENTS"."EVENT_TIME_UTC" >?
ORDER BY "EVENTS"."EVENT_TIME_UTC" ASC
Found out if you add the following to the end of each query, it works.
AND "EVENTS"."EVENT_TIME_UTC" >?
ORDER BY "EVENTS"."EVENT_TIME_UTC" ASC