📄 ctype_ucs.test
字号:
-- source include/have_ucs2.inc--disable_warningsDROP TABLE IF EXISTS t1;--enable_warningsSET NAMES latin1;SET character_set_connection=ucs2;-- source include/endspace.incSET CHARACTER SET koi8r;## Check that 0x20 is only trimmed when it is # a part of real SPACE character, not just a part# of a multibyte sequence.# Note, CYRILLIC LETTER ER is used as an example, which# is stored as 0x0420 in UCS2, thus contains 0x20 in the# low byte. The second character is THREE-PER-M, U+2004,# which contains 0x20 in the high byte.#CREATE TABLE t1 (word VARCHAR(64) CHARACTER SET ucs2, word2 CHAR(64) CHARACTER SET ucs2);INSERT INTO t1 VALUES (_koi8r'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -