Skip to content

Commit

Permalink
Correct example for BREAK
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed May 22, 2021
1 parent 23f806b commit 6e8b4d7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1496,7 +1496,7 @@ PSQL
<loop_stmt>
BEGIN
...
LEAVE;
BREAK;
...
END
Expand Down

0 comments on commit 6e8b4d7

Please sign in to comment.