ctype_filesort.inc

来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· INC 代码 · 共 16 行

INC
16
字号
## 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 + =
减小字号Ctrl + -
显示快捷键?