diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 14:29:10 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-09 14:29:10 +0700 |
| commit | 4c611d9dca3e1b5aca4d5475885373839db6b14e (patch) | |
| tree | f96397e8c21e867da559dbc4ba5aebda0c0a24b2 /import_industry.ktr | |
| parent | c45fee220d1a7dc65b111f7c21af9ccb8502eb95 (diff) | |
add where date
Diffstat (limited to 'import_industry.ktr')
| -rw-r--r-- | import_industry.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_industry.ktr b/import_industry.ktr index fdef158..0893eea 100644 --- a/import_industry.ktr +++ b/import_industry.ktr @@ -556,7 +556,7 @@ <schema_name/> </partitioning> <connection>erp indoteknik production (localhost)</connection> - <sql>select * from res_partner_industry --where write_date >= (now() - '5 days'::interval)</sql> + <sql>select * from res_partner_industry where write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
