2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MongoDBでフィールド同士を比較する

Last updated at Posted at 2013-10-26
SELECT *
FROM HOGE
WHERE field1 = field2

SQLで書くところの上記を実現したい

db.hoge.find( { $where: "this.field1 = this.field2" } )

これ以外に書き方が思いつかない。

2
2
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?