Over the years, we’ve hosted more than 50 webinars covering everything from selecting the right solution to deep technical dives, helping finance and technology leaders navigate decisions with confidence.
Watch this on-demand webinar to learn how AI is reshaping FP&A for modern finance teams.
Over the years, we’ve hosted more than 50 webinars covering everything from selecting the right solution to deep technical dives, helping finance and technology leaders navigate decisions with confidence.
Have you ever wondered how to create a complicated MongoDB aggregation pipeline queries from SQL queries?
There is a little know tip to convert SQL into MQL in MongoDB Compass.
Simply paste the SQL query into the query dialog box and hit the Generate button.
It will parse the query with AI (of course) and turn it into MQL. It helps if the table names match to Collection names and the field names match to column names. We used this generic SQL statement to count the most talked-about movies:
And we got this Mongo Query Language MQL aggregation pipeline:
It’s driven by AI, so your mileage may vary, but if you are undergoing a SQL to Mongo migration project, this tip may help.
