Scott Hamm <[EMAIL PROTECTED]> wrote on 08/02/2005 10:12:01 AM:

> I'm used with MS SQL and could not understand MySQL's document. I'm 
trying 
> to create something like the simple example
> 
> DECLARE @title varchar(255)
> SET @title='%Unconditional%'
> SELECT @title;
> 
> How do I get around to it in MySQL?
> 

You have to be running a MySQL v5.0.x or better to even try using a stored 
procedure. What version server are you using?

Shawn Green
Database Administrator
Unimin Corporation - Spruce Pine

Reply via email to