Skip to content

Instantly share code, notes, and snippets.

@mdelaurentis
Created May 29, 2015 00:15
Show Gist options
  • Save mdelaurentis/36cc5d1bf6c4ec897d10 to your computer and use it in GitHub Desktop.
Save mdelaurentis/36cc5d1bf6c4ec897d10 to your computer and use it in GitHub Desktop.
EXPLAIN UPDATE
"25"
SET
"556" = "555",
"654" = "653",
"655" = "651",
"656" = "652",
"533" = "347"
FROM
"24"
WHERE
LOWER(TRIM(BOTH ' ' FROM "357")) = LOWER(TRIM(BOTH ' ' FROM "355"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment