Skip to content

Commit

Permalink
fix Enhancement error 753
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrimosaprinz committed Sep 20, 2023
1 parent aa5c954 commit 0e94cc3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 0e94cc3

Please sign in to comment.