You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I need to convert sql query to mongo query. It is possible using Kundera jar. Please tell me...
Example :- Select Name,Class,Marks from Student where Class = 10 and Marks > 74 Order by Name.
Or many complex query will happen. can you tell me how to convert in mongo query using java
The text was updated successfully, but these errors were encountered:
Hi
I need to convert sql query to mongo query. It is possible using Kundera jar. Please tell me...
Example :- Select Name,Class,Marks from Student where Class = 10 and Marks > 74 Order by Name.
Or many complex query will happen. can you tell me how to convert in mongo query using java
The text was updated successfully, but these errors were encountered: