Initialization of variables in functions

[email protected] Mon, 24 Sep 2007 13:56:04 +0200
Newsgroups gmane.comp.db.maxdb
Message-ID <[email protected]>
Hello,

is there a possibility to initialize variables during the deklaration or have I always set a value with an second statement?

Example in MySQL:
declare <variable> varchar(200) DEFAULT 'test';
Example in Oracle:
<variable> VARCHAR2(200)  := 'test';

With Oracle or MySQL I only need one statement.


Regards,
Spiker
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[email protected]