Aqua Data Studio 15.0.0-dev-58
Database: MongoDB 2.4.6
1.Select MongoDB Server node,expand it
Expand Databases node and select any desired("local")database,expand it
Go to Collections node,expand it.
Right click on it,select Query Builder option
Query Builder window is opened and Add collection window get display
2.In Add collection window,select any collection under Collections Tab in my case I have selected "Order" collection
then click Add and Close button,selected collection get display in Diagram Pane
check any field which is display in collection diagram,selected field get display in Column Pane
in my case I have check "cust_id" field then it will get display in Column Pane
3.Go to Group By column then click,drop down list get display.If this column is not present
press Ctrl+G,Group By column get added in Column Pane
In drop down list DISTINCT() function is missing but MongoDB support DISTINCT() aggregation operation
The UI has changed quite a bit from v14 to v15. The distinct is supported in the SELECT. We also have a Custom Expression for users to enter their own.
There is no functions in Group By any more in the latest UI.