Subject | Re: Reset genretor Value |
---|---|
Author | tomkrej |
Post date | 2010-12-29T13:53:24Z |
Maybe You have to use EXECUTE STATEMENT.
...
if (extract(year from current_date) <> YilInt) then
execute statement 'SET GENERATOR TEKLIFM_TEKLIFM_Ay_GEN TO 0;';
...
Tom
...
if (extract(year from current_date) <> YilInt) then
execute statement 'SET GENERATOR TEKLIFM_TEKLIFM_Ay_GEN TO 0;';
...
Tom