ctype_filesort.inc

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· 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 + -
显示快捷键?