Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

MongoDB query statement

2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Db.mycoll.find ()

Db.mycoll.find () .pretty ()

Db.mycoll.find ({"title": "fcy"})-equals

Db.mycoll.find ({"age": {$lt:30})-less than

Db.mycoll.find ({"age": {$lte:30}})-less than or equal to

Db.mycoll.find ({"age": {$gt:30}})-greater than

Db.mycoll.find ({"age": {$gte:30}})-greater than or equal to

Db.mycoll.find ({"age": {$ne:30}})-not equal to

Db.mycoll.find ({"money": {$lt:80,$gt:50}})-data less than 80 and greater than 50

Db.mycoll.find ({"name": 35, "title": "teacher"})-and

Db.mycoll.find ({$or: [{"name": "Jerry"}, {"age": 23}]})-or

Db.mycoll.find () .sort ({"age": 1}) .limit (10)-1 is ascending order,-1 is descending order

For example:

Db.getCollection ('Z3 Topics XREFICS EQUITY'). Find ({"innerCode": "000001.SZ"})

Db.getCollection ('Z3BACKTESTSTESTRATEGY filtered). Find ({}, {' evaluation_indexs.near_week_return':1,'strategy_name':1}). Sort ({"evaluation_indexs.near_week_return":-1}) .limit (7)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report