View Single Post

   
  #5 (permalink)  
Old 02-27-2008, 03:28 AM
ak_tiredofspam@yahoo.com
 
Posts: n/a
Default 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

Reply With Quote