Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. -- --------------------------------------------------------------------------------
  2. -- Routine DDL
  3. -- --------------------------------------------------------------------------------
  4. DELIMITER $$
  5.  
  6. CREATE DEFINER=`root`@`localhost` PROCEDURE `testPoligon`(IN point TEXT, IN tableName VARCHAR(40))
  7. BEGIN
  8. insert into pln_konfig(id) values (point);
  9. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement