Queries in MongoDB #6982
Unanswered
ntthai3011
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a query like that:
And when I run it, if there are 2 rows, then the column number will be duplicated 2 times, if there are 3 rows, then the column number will also be duplicated 3 times. This means that no matter how many rows there are, the number of columns will be duplicated.
How do I fix it?
Beta Was this translation helpful? Give feedback.
All reactions