diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-20 11:16:32 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-20 11:16:32 +0700 |
| commit | 2d262e85c630bfa5e20368a0fd6d901035726719 (patch) | |
| tree | 93152d9b7d5d71869f59c036c117050f71881c23 /import_stock_valuation.ktr | |
| parent | 5e2b9e999b1923c60c17e817a4c2c34155679cda (diff) | |
add where stock valuation
Diffstat (limited to 'import_stock_valuation.ktr')
| -rw-r--r-- | import_stock_valuation.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_stock_valuation.ktr b/import_stock_valuation.ktr index dda6a0f..0bab71d 100644 --- a/import_stock_valuation.ktr +++ b/import_stock_valuation.ktr @@ -556,7 +556,7 @@ <schema_name/> </partitioning> <connection>erp indoteknik production (localhost)</connection> - <sql>select * from stock_valuation_layer --where write_date >= (now() - '5 days'::interval)</sql> + <sql>select * from stock_valuation_layer where write_date >= (now() - '5 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
