buechermarktHelpers/gesamtgewinn_count.js

1 line
93 B
JavaScript
Raw Normal View History

2018-05-29 13:17:24 +00:00
db.getCollection('books').aggregate({$match:{$or:[{state:1}, {state:0}]}}, { $count:"count"})