Aug 16, 2000 #1 sdsfdsdf Technical User Aug 16, 2000 1 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 Jun 24, 2000 3 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.