Subject | Re: [firebird-support] External files Current timestamp |
---|---|
Author | Agibov Dmitry |
Post date | 2006-05-19T13:02:29Z |
Try next statement
INSERT INTO PORTFOLIOEXTERN VALUES
('123456789012','TESToperation','TESTPROC','now')
As I remember correctly, CURRENT_TIMESTAMP is a time of start of
executing statement. Its not change during procedure executing.
May be I am wrong.
'Now' give you real timestamp.
Sorry, my english is horrible.
Best regards,
Agibov Dmitry.
INSERT INTO PORTFOLIOEXTERN VALUES
('123456789012','TESToperation','TESTPROC','now')
As I remember correctly, CURRENT_TIMESTAMP is a time of start of
executing statement. Its not change during procedure executing.
May be I am wrong.
'Now' give you real timestamp.
Sorry, my english is horrible.
Best regards,
Agibov Dmitry.