Skip to content

Instantly share code, notes, and snippets.

@Meettya
Created December 17, 2011 10:17
Show Gist options
  • Save Meettya/1489873 to your computer and use it in GitHub Desktop.
Save Meettya/1489873 to your computer and use it in GitHub Desktop.
SQL::Interp example2
"UPDATE table SET login=?, password=?, user=? WHERE y <> ? AND z IN (?, ?, ?)"
[
[0] "foo",
[1] 12345,
[2] "Bar Bazz",
[3] 26,
[4] 3,
[5] 4,
[6] 5
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment