随笔 - 16,  文章 - 0,  评论 - 0,  阅读 - 9847
08 2021 档案
工作中使用到的的MonogoDB查询语句记录。
摘要:查询 db.getCollection("McMsg").find({ $and : [{"msgRecvstatus" : "U"}, {"msgOpenstatus" : "Y"}]})db.getCollection("表名").find({ $and : [{"字段" : "字符"}, {" 阅读全文
posted @ 2021-08-24 11:37 月光之下 阅读(48) 评论(0) 推荐(0) 编辑
工作中使用到的的MySQL查询语句记录。
摘要:1、根据表查询所在数据库select table_schema from information_schema.tables where table_name ='你要查询的表名(注意要使用大写字母)';select table_schema from information_schema.tabl 阅读全文
posted @ 2021-08-24 11:32 月光之下 阅读(33) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示