Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. BEGIN
  2. DECLARE vUser varchar(50);
  3.  
  4. set @cad: = "The user "+ vUser+ " add the jurisdiction "+ NEW.name;
  5.  
  6.  
  7. INSERT INTO ActivyLog
  8. VALUES
  9. (null,'Jurisdiction added', @cad, now(), now(), '1' , '1' );
  10.  
  11. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement