> Hi,> Is there any way to know data & time when the row is inserted into a> table?
Add a timestamp field and set the default value as now(). If you wish tomaintain similar value during update, a before trigger could help.
regards,bhuvaneswaran