Aug 16, 2000 #1 sdsfdsdf Technical User Joined Aug 16, 2000 Messages 1 Location US i am doing insert into table_name select * from table2 order by table2.col1 this order by i am getting error
i am doing insert into table_name select * from table2 order by table2.col1 this order by i am getting error
Aug 16, 2000 #2 DCMREDDY Programmer Joined Jun 24, 2000 Messages 3 Location IN In this case, the usuage of order Clause and Group by clause will definitely give error. Remove order by clause from insertion statement. Upvote 0 Downvote
In this case, the usuage of order Clause and Group by clause will definitely give error. Remove order by clause from insertion statement.