Update MongoConstants.java

This commit is contained in:
fit2cloudrd 2023-11-23 09:08:03 +08:00 committed by GitHub
parent 317e186d51
commit aee84cff91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ public class MongoConstants extends SQLConstants {
public static final String BRACKETS = "(%s)";
public static final String NAME = "mongobi;
public static final String NAME = "mongobi";
public static final String GROUP_CONCAT = "group_concat(%s)";