There is no BREAK in PL/pgSQL. EXIT terminates the loop. CONTINUE continues at the next iteration of the loop. You can attach a < > to loops ...
確定! 回上一頁