Skip to content

Instantly share code, notes, and snippets.

@meanother
Created October 14, 2021 19:25
Show Gist options
  • Save meanother/cf65119db911ee99f6eadd4fc6c18d66 to your computer and use it in GitHub Desktop.
Save meanother/cf65119db911ee99f6eadd4fc6c18d66 to your computer and use it in GitHub Desktop.
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