Re: [SQL] 'next' or similar in plpgsql

2002-10-24 Thread Christoph Haller
> > In perl we have 'next' function to skip rest of the statements in the loop > and to start with next iteration. In plpgsql, do we have something > similar? How do we skip rest of the statements in a loop in plpgsql? > The only statement which can be used in a probably tricky way seems to be EXIT

[SQL] 'next' or similar in plpgsql

2002-10-22 Thread Bhuvan A
Hi, In perl we have 'next' function to skip rest of the statements in the loop and to start with next iteration. In plpgsql, do we have something similar? How do we skip rest of the statements in a loop in plpgsql? TIA. regards, bhuvaneswaran ---(end of broadcast)-