diff --git a/MongoDB.md b/MongoDB.md index b6ffe50..cd27380 100644 --- a/MongoDB.md +++ b/MongoDB.md @@ -190,14 +190,16 @@ Noter les opérateurs qui sont des fonctions $gte, $sum, $multiply, ... ### Opérateurs -$eq = equal -$gt > greater than -$gte >= -$in -$lt < -$lte <= -$ne <> -$nin +fonction|description +---|--- +$eq |= equal +$gt |> greater than +$gte |>= +$in | dans +$lt | < +$lte | <= +$ne | <> not equal +$nin | not in ### Modification diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c4de72 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Documents JSON + +[MongoDB](MongoDB)