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

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -