Created
October 14, 2021 19:25
-
-
Save meanother/cf65119db911ee99f6eadd4fc6c18d66 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create trigger banki_hist_insert_trigger after insert on home.dt_banki_responses | |
for each row execute procedure home.banki_hist_insert(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment