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]

Reply via email to