标签: sql sql-server bit-fields
我有一个具有字段类型的表:可以为空的位名称为“ AField”。 当在具有ID表的表中选择select时,返回记录“ AField”为false,而正确值为true:
Select * FROM CustomerService WHERE CustomerServiceId = @CustomerServiceId
当我在表中选择要获取带有“ AField”的记录时,结果为记录存在:
Select * FROM CustomerService where AField =1