Subject Re: DATE
Author rogervellacott
--- In ib-support@y..., "maria_ana_ph" <maria_ana_ph@y...> wrote:
> hi!
>
> i'm just new with FireBird and i'm going to declare a variable
with
> DATE as its dataype. I need to set the default values to a day
after
> the current system's date. Do you know how would I go about it?
>
> thanks in advance!
>
> Maan 8)

Don't bother to declare a variable. Just use (CURRENT_DATE+1), with
or without brackets, wherever you need it.