HUA
首页日报文章标签时间线工具游戏留言板树洞
首页/文章/mongodb

mongodb

共 1 篇文章

全部javascript八股文cssvuereactgodot前端http-网络AIGolangelectronflutter浏览器vite工具gitpnpm前端规范前端监控htmlnextjs前端性能macLinux富文本eslintnginxuniappwebpacknuxttypescriptqwikvscode前端工具数据库react native性能优化移动端webcocoswebstorm编辑器dockerpm2pwawebrtc前端部署antdbabelmarkdownnestjspanellumthreejswebwindows前端工程化AI辅助astroechartsjenkinsmongodbnodeollamaredisshadcn_uisupabase流程图设计模式
mongodb11-09
阅读

21-11-09mongodb查询语句

1、查询所有记录 db.userInfo.find(); 相当于:select from userInfo; 2、查询去掉后的当前聚集集合中的某列的重复数据 db.userInfo.distinct("name"); 会过滤掉 name 中的相同数据 相当于:select distict name from userInfo; 3、查询 age = 22 的记录 db.userInfo.find({"age": 22}); 相当于: s...

1
HUA

愿与你在此相逢于一段好读的时光。

快速链接

  • 首页
  • 文章
  • 工具
  • 留言板

关注我们

BlogGitHubRSS
© 2026 HUA · 保留所有权利豫ICP备2026037634号