MySQL Forums
Forum List  »  Microsoft SQL Server

Using @ (at) sign in stored procedures
Posted by: T Saunder
Date: November 15, 2005 04:07AM

Hi,

I am new to mysql and want to know if its possible to use the @ sign to pass parameters to a stored procedure?

I want to be able to use something like this:

Create Procedure testproc()
@test1 varchar(32)
as
select * from testtable where field1 = @test1

Many Thanks

Options: ReplyQuote


Subject
Written By
Posted
Using @ (at) sign in stored procedures
November 15, 2005 04:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.