SQL to MongoDB Converter

MongoDB query will appear here...

Supported Features

  • Basic SELECT queries with WHERE conditions
  • ORDER BY clause (ASC/DESC)
  • LIMIT and OFFSET clauses
  • GROUP BY with aggregation functions
  • JOIN operations (INNER JOIN, LEFT JOIN)
  • Complex WHERE conditions (AND/OR)
  • Common SQL functions (COUNT, SUM, AVG)
  • Subqueries in WHERE clause

Current Limitations

  • RIGHT JOIN and FULL JOIN not supported
  • Complex nested subqueries may not work
  • Some SQL-specific functions may not have MongoDB equivalents