Re: Destination Table - Condition Amount 0 - Mailing list pgsql-general

From Alban Hertroys
Subject Re: Destination Table - Condition Amount 0
Date
Msg-id 59275D17-8C36-4297-AD02-46B515ED3D0F@gmail.com
Whole thread Raw
In response to Re: Destination Table - Condition Amount 0  (Anthony Apollis <anthony.apollis@gmail.com>)
List pgsql-general

> On 8 Aug 2024, at 20:07, Anthony Apollis <anthony.apollis@gmail.com> wrote:
>
> The same code bring in values for FY24, 23 etc. Dont understand why FY25's values are 0.

If you use the same code for FY24, then either there’s some filter being applied somewhere that excludes FY25 (and
probablybeyond), or something in your data changed. My bet is on the latter. 

For example, in FY25 the value of NCD_EXCL."Order Quantity" is 'NCD Valid FY25’, which doesn’t match your LIKE
expression.Even something like a trailing space to the value could be enough. 

Alban Hertroys
--
There is always an exception to always.







pgsql-general by date:

Previous
From: Lok P
Date:
Subject: Re: Column type modification in big tables
Next
From: Alban Hertroys
Date:
Subject: Re: Column type modification in big tables