📄 ctype_filesort.inc
字号:
## Set desired charset_connection and collation_collation# before including this file.## The next query creates a LONGTEXT column# using the current character_set_connection# and collation_connection.create table t1 select repeat('a',4000) a;delete from t1;insert into t1 values ('a'), ('a '), ('a\t');select collation(a),hex(a) from t1 order by a;drop table t1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -