Ron91

Untitled

Feb 6th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.12 KB | None | 0 0
  1. USE RF_User;
  2.  
  3. UPDATE dbo.tbl_rfaccount SET isEditor = 1, isGM = 1, isAdmin = 1 WHERE
  4. id = CONVERT(BINARY, 'yourusername');
Advertisement
Add Comment
Please, Sign In to add comment