Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.52 KB | None | 0 0
  1. mysql> insert into users (name,pass,mail,mode,sort,theme,signature,created,access,login,status,language,picture,timezone_name,signature_format VALUES  (SELECT name,pass,mail,mode,sort,theme,signature,created,access,login,status,language,picture,timezone_name,signature_format from users);
  2. ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'VALUES  (SELECT name,pass,mail,mode,sort,theme,signature,created,access,login,st' at line 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement