From fad2417041aa3d05be91e8240cc140ba585ec925 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 20 Oct 2023 10:49:21 +0700 Subject: add where condition --- import_stock_location.ktr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import_stock_location.ktr') diff --git a/import_stock_location.ktr b/import_stock_location.ktr index 0136248..84bfc09 100644 --- a/import_stock_location.ktr +++ b/import_stock_location.ktr @@ -556,7 +556,7 @@ erp indoteknik production (localhost) - select * from stock_location --where write_date >= (now() - '5 days'::interval) + select * from stock_location where write_date >= (now() - '5 days'::interval) 0 N -- cgit v1.2.3