I am getting an error
SyntaxError: Unexpected token ILLEGAL
when I am trying to execute the command in mongoDB
db.17feb.find()
I read a POST saying that names cannot start with numbers, but now as collection is already created and data exists in it, how can i retrieve using command? I am getting data when i am retrieving the data through java code
Can any1 help?