"Anagha Joshi" <ajoshi(at)nulinkinc(dot)com> wrote:
> Hi,
> Is there any way to know data & time when the row is inserted into a
> table?
You should define a supplementary field with default value "now()"
this field will contain the transaction start time, if you want have the
real time (if you insert a milion of row inside the same transaction
using now() you'll have the same timestamp ) you should use instead:
"timeofday()".
Regards
Gaetano Mendola