Hi All,
My IDE doesn’t seem to work.
No command is working. I type:
db.zips.find({ "pop": { "$lt": 1000 }}).count()
I get the following error:
bash: syntax error near unexpected token `{'
Very frustrating for a beginner
Hi All,
My IDE doesn’t seem to work.
No command is working. I type:
db.zips.find({ "pop": { "$lt": 1000 }}).count()
I get the following error:
bash: syntax error near unexpected token `{'
Very frustrating for a beginner
You have to connect to your cluster with the mongo or mongosh command.
Revise Chapter 1: What is MongoDB? - Lab: Connect to your Atlas Cluster.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.