Operators
Comparison Operators
MySQL | MongoDB |
---|---|
= | $eq |
<> | $ne |
> | $gt |
< | $lt |
>= | $gte |
<= | $lte |
in | $in |
not in | $nin |
Example
Logical Operators
MySQL | MongoDB |
---|---|
and | $and |
or | $or |
not | $not |
Last updated
MySQL | MongoDB |
---|---|
= | $eq |
<> | $ne |
> | $gt |
< | $lt |
>= | $gte |
<= | $lte |
in | $in |
not in | $nin |
Example
MySQL | MongoDB |
---|---|
and | $and |
or | $or |
not | $not |
Last updated