Ron91

Untitled

Feb 6th, 2012
107
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_World;
  2.  
  3. SELECT id FROM dbo.tbl_rfaccount WHERE id = CONVERT(BINARY, 'user') AND password = CONVERT(BINARY, 'password');
Advertisement
Add Comment
Please, Sign In to add comment