Subject | Re: GDS Exception |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-05-28T12:24:07Z |
> Any tip about this exception?Select in your procedure returned more than one row. If this is
> GDS Exception. 335544652. multiple rows in singleton select
intended behavior, then you have to change the body like this:
FOR SELECT .... FROM
INTO ....
DO SUSPEND;
See PSQL language reference for more details.
Roman