Bala,
I dont think you will be able to select the rows the same way you had inserted. Though one way would be, if you are inserting into a table in a particular order try to insert the row number for that particular order as one column and while selecting use order by on that extra column.
While inserting if you dont specify any order(and put that row_number as one column), i dont think its possible at all to select in any particular order.
Also inserting timestamp wont work, because for most of the records you will have same timestamp.
Bala,
I dont think you will be able to select the rows the same way you had inserted. Though one way would be, if you are inserting into a table in a particular order try to insert the row number for that particular order as one column and while selecting use order by on that extra column.
While inserting if you dont specify any order(and put that row_number as one column), i dont think its possible at all to select in any particular order.
Also inserting timestamp wont work, because for most of the records you will have same timestamp.