| List: | General Discussion | « Previous MessageNext Message » | |
| From: | SGreen | Date: | August 2 2005 2:20pm |
| Subject: | Re: STORED PROCEDURE | ||
| View as plain text | |||
Scott Hamm <linuxgold@stripped> 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
| 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 |
