MySQL Forums
Forum List  »  Microsoft SQL Server

Re: migrate from SQL Server 2005 to MySql 5.1.39
Posted by: Sergio Andres De La Cruz Rodriguez
Date: May 10, 2013 12:12PM

Hi Gioia:

AFAIK, the idiom of using TINYINTs to represent boolean values is quite common in MySQL, so better not to cast them to BITs. Even if you go that way, a CAST(tinyint_column AS BIT) should do, in the same way I explained before.

Cheers,

Sergio A. de la Cruz Rodríguez
Software Developer
Oracle Corp.

Options: ReplyQuote


Subject
Written By
Posted
Re: migrate from SQL Server 2005 to MySql 5.1.39
May 10, 2013 12:12PM


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.