Skip to content

Commit

Permalink
fix Enhancement error 753 (#550)
Browse files Browse the repository at this point in the history
Co-authored-by: dengn <[email protected]>
  • Loading branch information
lacrimosaprinz and dengn authored Oct 8, 2023
1 parent ef347cb commit 47c99cf
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 47c99cf

Please sign in to comment.