The unsigned chardatatype, and byte datatype will yield incorrect results and act as though they are signed types i. e. type char.
无符号字符数据类型和二进制数据类型将产生错误的计算结果,会当成有符号的数据类型进行计算。
2
The CHARdatatype provides a performance boost because the database knows exactly how big every CHAR column will be and can make certain performance optimizations when reading or writing the data.