Hi
I want to ask how to set the sql_last_value for different time zone? according my understanding, the sql_last_value is using UTC time. But my database column(last_update_date) is using UTC+8 time. I just want to know how to modify the code in below, so that, the sql_last_value is equal to UTC+8
select * from my_table where last_update_date > :sql_last_value