mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
5 lines
210 B
JavaScript
5 lines
210 B
JavaScript
t = db.jstests_evale;
|
|
t.drop();
|
|
|
|
db.eval( function() { return db.jstests_evale.count( { $where:function() { return true; } } ) } );
|
|
db.eval( "db.jstests_evale.count( { $where:function() { return true; } } )" ); |