Paste your traditional SOQL query and see how it translates to SOQL Lib syntax. Perfect for learning and migrating existing queries.
// Your translated SOQL Lib code will appear here....with() methods - API docs.with('Parent', fields) - API docsSOQL.Filter and SOQL.FilterGroup - Filter API | FilterGroup API.equal(), .contains(), .greaterThan() - API docs.anyConditionMatching() - API docs.count(), .sum() - API docs.orderBy() with direction methods - API docs.setLimit() and .offset() - LIMIT | OFFSETNote: This is a learning tool that covers most common SOQL patterns. Complex nested conditions may need manual refinement. Check the full documentation for advanced features.