Guest User

Untitled

a guest
Apr 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. BEGIN
  2. DECLARE valor int Default 0;
  3.  
  4. Select count(*) into valor
  5. From base2.tabla
  6.  
  7. Insert into base1.tabla
  8. values(valor)
  9.  
  10. END
  11.  
  12. FROM ip:3306.base2.tabla
Add Comment
Please, Sign In to add comment