Hello,

is there a possibility to declare constants in MySQL functions?

declare test_name varchar(50) DEFAULT 'test';

The variable test_name here ist changeable but it should not be.


Oracle syntax:
test_name CONSTANT VARCHAR2(50)  := 'test';


Regards,
Spiker
-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to