MySQL Forums
Forum List  »  Stored Procedures

Re: Stored Procedure Syntax
Posted by: Thomas CORBIERE
Date: November 04, 2005 12:16AM

1. you can use any MySQL keywords as column name if you quote them with backticks (eg. `password`)

2. Boolean is a valid type in MySQL, so there should be no problem. But remember that it is currently map to TINYINT(1)

3. No you can't. Variables starting with @ are session variables in MySQL.

Thomas CORBIERE

Options: ReplyQuote


Subject
Views
Written By
Posted
4093
November 03, 2005 09:30PM
Re: Stored Procedure Syntax
1944
November 04, 2005 12:16AM
1869
November 06, 2005 09:34PM


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.