Super Simple Free Query Builder


Building SQL queries one block at a time.




EasyQuery Lite Super Easy CRM

Build complex SQL without connecting to a database. Add tables, joins, fields, conditions, conversions, and long IN lists. Copy the generated SQL into your SQL client. Use :raw(...) to insert raw SQL segments.

1) Tables

2) Select Fields & Conversions

3) Joins

4) Where Conditions

5) Group & Having

6) Order & Limit


-- Your SQL will appear here

How to Use EasyQuery


Build powerful SQL queries visually—no live database connection required. Follow these steps to create and copy your query:


  1. Add Your Tables – Click + Add Table, type the table name (e.g., suitecrm.prospects) and give it an alias such as p. Need more than one? Add as many as you like.


  2. Build Your SELECT List – Under Select Fields & Conversions, add columns or expressions. You can type a field (like p.id), a function (COUNT(*)), or even an inline conversion (CAST(price AS DECIMAL(10,2))). Use the alias box to name your output column.


  3. Create Joins – Use + Add Join to pull in related tables. Pick the join type (LEFT, INNER, etc.), specify the right table and alias, and fill in the ON condition (e.g., p.id = c.id_c).


  4. Add WHERE Conditions – Choose the field, operator, and value. Need to filter by a long list of IDs or emails? Paste them into the IN clause box below and click Apply to Last Condition. You can also insert raw SQL using :raw(...) for full flexibility.


  5. Group, Filter, and Sort – Use GROUP BY & HAVING to aggregate and filter aggregated results. Use ORDER & LIMIT to sort and control output size.


  6. Generate and Copy – Hit Generate SQL to see your query instantly. When it looks right, click Copy SQL and paste it into your MySQL client, SuiteCRM console, or reporting tool.


More Free Data Management and CRM Tools Await


If you enjoyed using EasyQuery Lite, you’ll love the other free tools and in-depth guides we’ve created to help you keep your CRM clean and powerful:


Explore these resources to supercharge your data operations and build a CRM that truly runs itself.



Matt Irving is the CEO of Super Easy Tech, LLC.
 
Matt is the CEO of Super Easy Tech and founder of Super Easy CRM. He is a passionate software engineer, AI and tech blogger. Feel free to connect on any of the platforms listed below.

Posted by: Matt Irving on 9/16/2025