标签: mysql
在我的表student中,bit(1)数据类型只有一列出席者。 但是当我插入1或0时。
student
bit(1)
Insert into student values(B'1');
然后将其输出为诸如'?'之类的字符。 为什么会这样?
'?'