From 47c99cf5cabdc6d9ecc69e48e5a2f69f1add814d Mon Sep 17 00:00:00 2001 From: prinz <43231571+lacrimosaprinz@users.noreply.github.com> Date: Sat, 7 Oct 2023 20:06:38 -0500 Subject: [PATCH] fix Enhancement error 753 (#550) Co-authored-by: dengn --- .../Variable/system-variables/system-variables-overview.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/MatrixOne/Reference/Variable/system-variables/system-variables-overview.md b/docs/MatrixOne/Reference/Variable/system-variables/system-variables-overview.md index 8bf686aed..addd814f0 100644 --- a/docs/MatrixOne/Reference/Variable/system-variables/system-variables-overview.md +++ b/docs/MatrixOne/Reference/Variable/system-variables/system-variables-overview.md @@ -102,5 +102,4 @@ __Note:__ The `LIKE` operator is used for fuzzy matching query strings, with % r ## Constraints -1. To be compatible with MySQL, MatrixOne currently only implements syntax support for the system variables. -2. MatrixOne is compatible with MySQL, except the `ONLY_FULL_GROUP_BY` mode; other modes of sql_mode only implement syntax support. +MatrixOne is compatible with MySQL, and the SQL mode only supports the `ONLY_FULL_GROUP_BY` mode; other SQL modes are only supported by syntax and have no actual effect.