ajay
Answered On : Dec 6th, 2011
We can do it by using the ORDER BY clause.
Login to rate this answer.
Chandu
Answered On : Dec 6th, 2011
You can use BEFORE < col name >
or
AFTER < col name >
or
< col name > 2
Here 2 is the position that the new col is about to place.
Login to rate this answer.
preethi
Answered On : Dec 7th, 2011
Mr. Chandu can you give some example code. I am not clear with the code you have posted.
Login to rate this answer.