03-20-2021, 12:59 PM
Summary: in this tutorial, you will learn about the exit statement and how to use it to terminate a loop or a block.
Introduction to the PL/pgSQL Exit statement
The exit statement allows you to terminate a loop including an unconditional loop, a while loop, and a for loop.
Read More : https://reconshell.com/pl-pgsql-exit-statement/
Introduction to the PL/pgSQL Exit statement
The exit statement allows you to terminate a loop including an unconditional loop, a while loop, and a for loop.
Read More : https://reconshell.com/pl-pgsql-exit-statement/