diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-09-11 18:37:05 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-09-11 18:37:05 +0700 |
| commit | 495141890f516244d7d0b756f3b37b2f2d999105 (patch) | |
| tree | b5c8e39db6fd638da056a9bfeac7e633be3567fa /import_brand.ktr | |
| parent | 1ef99735feb84dbe33047fd54857cc4ae686f9cf (diff) | |
recovery 3
Diffstat (limited to 'import_brand.ktr')
| -rw-r--r-- | import_brand.ktr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import_brand.ktr b/import_brand.ktr index e24b1a4..cc956af 100644 --- a/import_brand.ktr +++ b/import_brand.ktr @@ -622,7 +622,7 @@ <sql>select id, x_name, x_manufacture_level, (select x_name from x_manufactures xm2 where xm2.id = xm.parent_id) as parent, pricing_group from x_manufactures xm ---where xm.write_date >= (now() - '15 days'::interval)</sql> +where xm.write_date >= (now() - '15 days'::interval)</sql> <limit>0</limit> <lookup/> <execute_each_row>N</execute_each_row> |
