What does the “3” mean in the SELECT hex output of binary(16)?

后端 未结 0 1370
被撕碎了的回忆
被撕碎了的回忆 2021-02-15 16:17
CREATE TABLE user (id binary(16));
INSERT INTO user VALUES (123);

SELECT bin(id) FROM user;
SELECT hex(id) FROM user;

The first one prints out 11

相关标签:
回答
  • 消灭零回复
提交回复
热议问题