RE: How to get timestamp of inserted record

2002-07-30 Thread Ed Carp
> suppose I have added one field time_stamp of type > timestamp in any existing table. it will show the > current timestamp of all records. If i update any > record after sometime It will also update the > timestamp of updated record with current timestamp. > > but for insertion of any record...w

RE: How to get timestamp of inserted record

2002-07-30 Thread toby -
jenny >suppose I have added one field time_stamp of type >timestamp in any existing table. it will show the >current timestamp of all records. If i update any >record after sometime It will also update the >timestamp of updated record with current timestamp. > >but for insertion of any recor

RE: How to get timestamp of inserted record

2002-07-30 Thread Peter Normann
2002 13:11 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: How to get timestamp of inserted record Hello all, suppose I have added one field time_stamp of type timestamp in any existing table. it will show the current timestamp of all records. If i update any record after sometime It will also

How to get timestamp of inserted record

2002-07-30 Thread Jenny Christy
Hello all, suppose I have added one field time_stamp of type timestamp in any existing table. it will show the current timestamp of all records. If i update any record after sometime It will also update the timestamp of updated record with current timestamp. but for insertion of any record...wha