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

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -