Is there a Boolean data type in Microsoft SQL Server like there is in MySQL? -
is there boolean data type in microsoft sql server there in mysql?
if so, alternative in ms sql server?
you use bit
datatype represent boolean data. bit
field's value either 1 or 0.
Comments
Post a Comment