Skip to content

Commit

Permalink
add triggers video (#19149)
Browse files Browse the repository at this point in the history
  • Loading branch information
taroface authored Nov 18, 2024
1 parent 159884e commit 0f15840
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/current/v24.3/triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,12 @@ In the following example, a combination of `BEFORE` and `AFTER` triggers is used
1. The row value fails the conditional check in `ensure_minimum_wage`, and raises an exception.
1. The `ERROR` message is printed and the SQL operation is aborted before the `give_bonus` function is executed.

### Video demo

For a deep-dive demo on triggers, play the following video:

{% include_cached youtube.html video_id="OEu5Dbe7ueE" %}

## Known limitations

{% include {{ page.version.version }}/known-limitations/trigger-limitations.md %}
Expand Down

0 comments on commit 0f15840

Please sign in to comment.