Subject Re: [firebird-support] Is there NOW functionality?
Author Velja Radenkovic
Thanks you,
Velja

On 6/17/06, Helen Borrie <helebor@...> wrote:
>
> At 11:54 PM 17/06/2006, you wrote:
>
> > > I need a currrent date in SP ...
> >
> >create procedure myproc
> >as
> > declare variable d timestamp;
> >begin
> >...
> > d = 'now'; /* And you receive current date time */
>
> /* or an exception */
>
> d = CAST('now' as timestamp);
>
> >...
> >end
>
> ./heLen
>
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Visit http://firebird.sourceforge.net and click the Resources item
> on the main (top) menu. Try Knowledgebase and FAQ links !
>
> Also search the knowledgebases at http://www.ibphoenix.com
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>


[Non-text portions of this message have been removed]