From 4c611d9dca3e1b5aca4d5475885373839db6b14e Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 9 Oct 2023 14:29:10 +0700 Subject: add where date --- import_industry.ktr | 2 +- import_partner.ktr | 2 +- 2 files changed, 2 insertions(+), 2 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 @@ erp indoteknik production (localhost) - select * from res_partner_industry --where write_date >= (now() - '5 days'::interval) + select * from res_partner_industry where write_date >= (now() - '5 days'::interval) 0 N diff --git a/import_partner.ktr b/import_partner.ktr index f8c49be..5a53a4d 100644 --- a/import_partner.ktr +++ b/import_partner.ktr @@ -572,7 +572,7 @@ - 192 + 176 128 Y -- cgit v1.2.3