Merge pull request #6805 from dataease/fit2cloudrd-patch-1

Update MongoConstants.java
This commit is contained in:
fit2cloudrd 2023-11-23 09:08:35 +08:00 committed by GitHub
commit 3648ff82f0
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)";