1.查看集合
網(wǎng)站建設哪家好,找創(chuàng)新互聯(lián)建站!專注于網(wǎng)頁設計、網(wǎng)站建設、微信開發(fā)、微信小程序、集團企業(yè)網(wǎng)站建設等服務項目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了播州免費建站歡迎大家使用!show collections
2.向集合中添加數(shù)據(jù)
db.runoob.insertMany([
{
'title':'data1',
'url':'https://blog.51cto.com/suyanzhu',
'description':'this is data1',
'view':5000
},
{
'title':'data2',
'url':'https://blog.51cto.com/suyanzhu',
'description':'this is data2',
'view':3650
},
{
'title':'data3',
'url':'https://blog.51cto.com/suyanzhu',
'description':'this is data3',
'view':9527
}
])
3.查看數(shù)據(jù)
db.runoob.find().pretty()
4.查尋“等于”的數(shù)據(jù)
db.runoob.find({'title':'data1'}).pretty()
5.查尋“小于”的數(shù)據(jù)
db.runoob.find({'view':{$lt:6000}}).pretty()
6.查尋“小于或等于”的數(shù)據(jù)
db.runoob.find({'view':{$lte:5000}}).pretty()
7.查尋“大于”的數(shù)據(jù)
db.runoob.find({'view':{$gt:5000}}).pretty()
8.查尋“大于或等于”的數(shù)據(jù)
db.runoob.find({'view':{$gte:5000}}).pretty()
9.查尋“不等于”的數(shù)據(jù)
db.runoob.find({'view':{$ne:5000}}).pretty()
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。