You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
describe.
For different database the where filer may different. Blow is an exmple:
In postgresql we use date_trunc('month', cast(current_date as timestamptz)- interval '0 month') to get the first day of month .
While in mysql the sql should be cast(date_add(curdate(),interval -day(curdate())+1 day)as datetime).
Describe the solution you'd like
Adding source_where and target_where to the configuration file may be a good choice