| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Scott Hamm | Date: | August 2 2005 2:12pm |
| Subject: | STORED PROCEDURE | ||
| View as plain text | |||
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.
| Thread | ||
|---|---|---|
| • STORED PROCEDURE | Scott Hamm | 2 Aug |
| • RE: STORED PROCEDURE | Mark Leith | 2 Aug |
| • Re: STORED PROCEDURE | Scott Hamm | 2 Aug |
| • RE: STORED PROCEDURE | Mark Leith | 2 Aug |
| • RE: STORED PROCEDURE | Mark Leith | 2 Aug |
| • Re: STORED PROCEDURE | Martijn Tonies | 2 Aug |
| • Re: STORED PROCEDURE | Scott Hamm | 2 Aug |
| • Re: STORED PROCEDURE | SGreen | 2 Aug |
| • Re: STORED PROCEDURE | Scott Hamm | 2 Aug |
