Subject | Re: [firebird-support] Is there NOW functionality? |
---|---|
Author | Agibov Dmitry |
Post date | 2006-06-17T13:54:23Z |
> I need a currrent date in SP ...create procedure myproc
as
declare variable d timestamp;
begin
...
d = 'now'; /* And you receive current date time */
...
end
Agibov Dmitry