1
字段的值賦給另一個假設你有一個蒙戈記錄:如何在一個蒙戈查詢
{
_id : 1234,
x: 12,
y: 34
}
我需要一個查詢,將在這樣一種方式更新特定_id是
x = y;//assign the value of y to x
y = new Date().getTime();//assign current time to y
對於特定的_id.current.current我正在讀取修改實體和更新它的id。是否有可能在單個查詢中做到這一點?什麼是它使用貓鼬