Skip to content

Instantly share code, notes, and snippets.

@blakewrege
Created October 31, 2014 00:50
Show Gist options
  • Save blakewrege/c14ea0797dde977e0932 to your computer and use it in GitHub Desktop.
Save blakewrege/c14ea0797dde977e0932 to your computer and use it in GitHub Desktop.
use lab;
create trigger test
before insert on class.fid
for each row
begin
from class
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment