In phpmyadmin
Say I browse a table, or do anything.
I will be told the actual sql command that I should run to execute the query.
Say I want to do a query and then I want to do something else similar. I can just run some query. Copy the SQL command, modify it, and move on. This is obviously less error prone than writing queries from scratch, see that it doesn't work, and not knowing what's wrong.
In rockmongo I don't have that feature.
Say I want to search for certain record. Then I want to modify the search with additional search. I can't do that.
So what other software to access mongodb that give that feature?
Another related feature is a feature to run any sql command I wish in phpmyadmin.
I do not have that feature in mongodb.

