Sort records when there is no timestamp
752675May 11 2010 — edited May 12 2010Hello All,
I'd like to know how we can do a sort based on timestamp on an oracle table when there is no timestamp column. I have a table
create table x_log (A varchar,B varchar,C varchar); /* note I do not have a timestamp col */
I'd like to know if its possible to find the records updated/inserted on an hourly basis for about a week's time. I do not have timestamp column here. Any help in this regard is greatly appreciated.
Thanks All.