diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 14:45:14 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 14:45:14 +0700 |
| commit | 0ceb03c7f561703331477c31d08ff819cdac376d (patch) | |
| tree | 8979dca2aaec49a772d594f644b1514bb6c644fd /import_account_move.ktr | |
| parent | 80fb1114ef4f21af51e7c245f5ebd34e630d8a15 (diff) | |
add where clause
Diffstat (limited to 'import_account_move.ktr')
| -rw-r--r-- | import_account_move.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_account_move.ktr b/import_account_move.ktr index 68db24c..5c16c43 100644 --- a/import_account_move.ktr +++ b/import_account_move.ktr @@ -1009,7 +1009,7 @@ <schema_name/> </partitioning> <connection>erp indoteknik production (localhost)</connection> - <sql>select * from account_move --where write_date >= (now() - '5 days'::interval)</sql> + <sql>select * from account_move where write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
