Advertisement
Guest User

Untitled

a guest
Mar 1st, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. MariaDB [evol]> update 'login'
  2. -> set
  3. -> 'user_pass' = 'password'
  4. -> where 'login'.'userid' ='s1';
  5. ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''login'
  6. set
  7. 'user_pass' = 'password'
  8. where 'login'.'userid' ='s1'' at line 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement