By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
{ acknowledged: true, insertedIds: { '0': 1, '1': 2 } }
[ { _id: 1, customer: 'Ada', total: 42 } ]
SET
| document |
|---|
| { "_id" : { "$numberInt" : "1" }, "customer" : "Ada", "total" : { "$numberInt" : "42" } } |
| { "_id" : { "$numberInt" : "2" }, "customer" : "Grace", "total" : { "$numberDouble" : "17.5" } } |
SELECT 2