Hi All,
I created the table with having 10 version of each column ,how I can get
the all version of the values in the table.
Exxample :
I created the table : create table test (mykey integer not null primary
key, mycolumn varchar);
and Inserted the Values Like : upsert into test values (1,'Hello');
upsert into test values
(1,'Hello1');
how to get the all two versions data.
Regards
giri
