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?

-- 
Power to people, Linux is here.

Reply via email to