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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import_industry.ktr') 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 -- cgit v1.2.3