SyntaxFix
Write A Post
Hire A Developer
Questions
Just remove the ( and the ) on your SELECT statement:
(
)
insert into table2 (Name, Subject, student_id, result) select Name, Subject, student_id, result from table1;