Guest User

Untitled

a guest
May 20th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.26 KB | None | 0 0
  1.  
  2. UPDATE hdchangertb AS temp1
  3.  
  4. JOIN hdchangertb AS temp2 ON ( temp1.id = 1 AND temp2.id = 0 )
  5.  
  6. SET temp1.path = temp2.path, temp2.path = temp1.path,
  7.     temp1.shown = temp2.shown, temp2.shown = temp1.shown,
  8.     temp1.keep = temp2.keep, temp2.keep = temp1.keep
Add Comment
Please, Sign In to add comment