Subject | Re: [firebird-support] Re: Select + Update in a single SPROC? |
---|---|
Author | Lucas Franzen |
Post date | 2007-11-23T14:25:10Z |
> idcount = null;[snip]
> if (getid IS NOT NULL) thenIf you initialize idocunt with NULL you can add whatever y<ou want it
> begin
> idcount = idcount + 1;
will stay null!
Null is null (unknown), not zero.
Luc.