Subject Re: [ib-support] Meaning of DEFAULT value in FB1.5 DECLARE VARIABLE name
Author Helen Borrie
At 10:18 AM 02-10-02 +0930, you wrote:
>In FB1.5 SPs the syntax has been enhance to:
>
> DECLARE [VARIABLE] name <variable_type> [('=' | DEFAULT) value];
>
>The '=' part is probably like C initialisation of variables, but what does
>DEFAULT mean in
>this context?

It will allow you to (optionally) declare an initial value for a PSQL
variable, either as a set value or as a default.

Please, would you raise FB 1.5 questions in firebird-devel. We aren't
supporting alphas here...and we have no documentation yet for the stuff
that's being tested in the alphas.

heLen