Mongodb can not display query results #376
-
|
on a mongodb connection false EMBEDDED false EMBEDDED local false EMBEDDED false EMBEDDED local RemindEvent local.RemindEvent local.RemindEvent #document 0.0 0.0 0.0 0.0 0.0 false |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
find() returns cursor object which has its own complex structure. or just |
Beta Was this translation helpful? Give feedback.
find() returns cursor object which has its own complex structure.
To see cursor contents try this:
db.RemindEvent.find().toArray()or just
select * from RemindEvent