MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Migrate a store proc from MSSQL to MySQL
Posted by: Dmitry Tolpeko
Date: March 06, 2011 02:13PM

It may be also required to convert TINYINT to TINYINT UNSIGNED as TINYINT has the range 0 to 255 in SQL Server, while its range is -128 to 127 in MySQL (TINYINT UNSIGNED has the range 0 to 255)

Options: ReplyQuote


Subject
Written By
Posted
Re: Migrate a store proc from MSSQL to MySQL
March 06, 2011 02:13PM


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.