SyntaxFix
Write A Post
Hire A Developer
Questions
Say the table is user(id, user_name, user_email).
user(id, user_name, user_email)
You can use this query:
INSERT INTO user (SELECT NULL,user_name, user_email FROM user WHERE id = 1)