Hi,
I need to write a query to retrieve records in the order in which they were added to the table. I can't add a timestamp to these records or sequence (since records are added to the table from many programs and I cannot change them) or write a schema trigger for it. Is there any other way to do it?
Thanks for your help.
Anupama.
I need to write a query to retrieve records in the order in which they were added to the table. I can't add a timestamp to these records or sequence (since records are added to the table from many programs and I cannot change them) or write a schema trigger for it. Is there any other way to do it?
Thanks for your help.
Anupama.