Spec : Jdk 1.7,Mongodb 3.0.12,Win-10
I have gone thru all of the Mongo's docs : http://mongodb.github.io/mongo-java-driver/3.4/driver/tutorials/
I have done some samples suggested by Professionals on Filter & projections.
Question I am still not able to achieve the following equivalence of an SQL query in MongoDB's NO-SQL
"Select cola, colb, colc, cold from Table web-services where cola='1000' and colb='DAO' and group by colc order by colb DEC"
I need a simple example in Mongodb 3.x API to have Filters with Projections for the values passed to keys in the SQL query above.
Please share if any body have thoughts
with regards Karthik