Subject | RE: [ib-support] Re: (unknown) |
---|---|
Author | PODESTA Mariano APRE |
Post date | 2002-06-24T20:47:19Z |
remove the ';' in:
UPDATE PTDEMOG
SET SPECIMENID = :counter
where <condition>;
> > > SET SPECIMENID = :counter;and add it at the end of:
> where ?????? <==========ie:
UPDATE PTDEMOG
SET SPECIMENID = :counter
where <condition>;