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
=
$eq
<>
$ne
>
$gt
<
$lt
>=
$gte
<=
$lte
in
$in
not in
$nin
Example
and
$and
or
$or
not
$not
Last updated