Move the docs folder

This commit is contained in:
LINxiansheng
2022-02-10 14:51:49 +08:00
committed by LINxiansheng
parent 7c6dcc6712
commit d42f317422
1160 changed files with 0 additions and 3 deletions

View File

@ -0,0 +1,14 @@
sql_mode
=============================
sql_mode 用于设置 SQL 模式,不同的 SQL 模式对于插入等行为有很大影响。
| **属性** | **描述** |
|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 参数类型 | varchar |
| 默认值 | STRICT_ALL_TABLES |
| 取值范围 | * STRICT_ALL_TABLES * STRICT_TRANS_TABLES * ONLY_FULL_GROUP_BY * PAD_CHAR_TO_FULL_LENGTH |
| 生效范围 | * GLOBAL * SESSION |