有文档: id, 学生名字,语文成绩scoreA, 数据成绩scoreB, 英语成绩scoreC.想实现查询
where (scoreA + scoreB + scoreC) > 280,这种查询,应该怎么写?
另外想请教下,filter查询,可以嵌套Or吗?类似should这种,filter(scoreA > 0 orsocreB > 0)
where (scoreA + scoreB + scoreC) > 280,这种查询,应该怎么写?
另外想请教下,filter查询,可以嵌套Or吗?类似should这种,filter(scoreA > 0 orsocreB > 0)
2 个回复
w_b
赞同来自:
FFFrp
赞同来自:
可以,套一个bool