MongoDB Query Selector

 query selector詳解之比較運算符

運算符正則表達式

對應到MySQL的運算符數組

$gtspa

 >ci

$gtetable

>=select

$in命名

in數據

$lttab

<di

$lte

 <=

$ne

!=

$nin

not in

$all

無對應項,指數組全部單元匹配.

query selector之邏輯運算符 

運算符

對應到MySQL的運算符

$or

or

$and

and

$not

not

$nor

無對應項,指"全部列舉條件都不該成功則爲真"

query selector之元素運算符

 

運算符

說明

$exists

某列存在則爲真

$mod

知足某求餘條件則爲真

$type

數據爲某類型則爲真

query selector之js運算符

運算符

說明

$where

js表達式爲真則爲真

$regex

正則表達式匹配則爲真

 

運算符

說明

$inc

增加

$rename

重命名列

$setOnInsert

當upsert時,設置字段的值

$set

設置字段的新值

$unset

刪除指定的列

相關文章
相關標籤/搜索