what values does sql store for true/false in a table?
msAccess stores it as yes/no, but i'm not sure about sql...
what values does sql store for true/false in a table?
msAccess stores it as yes/no, but i'm not sure about sql...
Hi
Probably bit (0/1)
MK
SQL Server uses a Bit data type (1/0) to represent True/False, Yes/No, On/Off.
Become Part of This Conversation
Join NowFor Free!