Subject | Re: [firebird-support] psql question about declare variable |
---|---|
Author | Geoff Worboys |
Post date | 2005-02-17T23:02:11Z |
> when creating a stored procedure why is it that sometimesThe VARIABLE keyword in such declarations become optional
> you write
> AS
> DECLARE VAR1 INTEGER;
> BEGIN
> and other times you write it
> AS
> DECLARE VARIABLE VAR1 INTEGER;
> BEGIN
in FB 1.5. See the release notes for details.
Either syntax is valid for 1.5, only the latter syntax is valid
for earlier versions. Me, I like the short version.
--
Geoff Worboys
Telesis Computing