Subject Re: [firebird-support] External files Current timestamp
Author Dimitry Sibiryakov
On 19 May 2006 at 16:21, mahendra.nepali@... wrote:

>write into the external file using current_timestamp system variable.
>However all the records into the external table the timestamp value
>doesn't vary at all. All the values appear the same.

That's right. Current_timestamp is stable during statement
executing by standard. Use cast('now' as timestamp) instead.

--
SY, Dimitry Sibiryakov.