| Subject | Re: [firebird-support] Exact timestamp w/o using UDF? |
|---|---|
| Author | Hans |
| Post date | 2006-10-09T02:40:53Z |
BTW:
Current_TimeStamp = Start of transaction and doesn't change till next
Transaction is started.
declare variabe ThisMoment TimeStamp;
ThisMoment = 'now'; Does capture this moments time
Current_TimeStamp = Start of transaction and doesn't change till next
Transaction is started.
declare variabe ThisMoment TimeStamp;
ThisMoment = 'now'; Does capture this moments time