Re: insert/select question >> The only way would be to define a timestamp column on the table and
let DB2
default to the "current timestamp" when the data is inserted. Then you
could
...<<
might not work on a powerful server - many rows could have one and the
same timestamp. using a sequence or an identity column is another
alternative |