Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. INSERT INTO table2 (col1, col2, col3) VALUES (
  2. %(col1)s::numeric::int,
  3. %(col2)s::numeric::int,
  4. %(col3)s::numeric::int
  5. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement