Guest User

Untitled

a guest
Aug 29th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. "UPDATE table SET login=?, password=?, user=? WHERE y <> ? AND z IN (?, ?, ?)"
  2. [
  3. [0] "foo",
  4. [1] 12345,
  5. [2] "Bar Bazz",
  6. [3] 26,
  7. [4] 3,
  8. [5] 4,
  9. [6] 5
  10. ]
Add Comment
Please, Sign In to add comment