We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1dad4 commit 6042ed1Copy full SHA for 6042ed1
1 file changed
data/mongodb.json
@@ -129,6 +129,38 @@
129
"code": "db.coll.totalIndexSize() "
130
}
131
]
132
+ }, {
133
+ "title": "এসকিউএল এবং মঙ্গোডিবি",
134
+ "items": [
135
+ {
136
+ "definition": "WHERE",
137
+ "code": "$match"
138
139
+ "definition": "GROUP BY",
140
+ "code": "$group"
141
142
+ "definition": "HAVING",
143
144
145
+ "definition": "SELECT",
146
+ "code": "$project"
147
148
+ "definition": "ORDER BY",
149
+ "code": "$sort"
150
151
+ "definition": "LIMIT",
152
+ "code": "$limit"
153
154
+ "definition": "SUM",
155
+ "code": "$sum"
156
157
+ "definition": "COUNT",
158
159
160
+ "definition": "JOIN",
161
+ "code": "$unwind"
162
+ }
163
+ ]
164
}, {
165
"title": "মিলিতকরন এক্সপ্রেশন",
166
"items": [
0 commit comments