Visual Query Builder

Writing SQL queries can be hard and queries can become so large that it's hard to keep track. Using the two way Visual Query Builder will make this easier and save you time.

Drag, drop, point & click

The Visual Query Builder works using drag and drop, point & click with the following steps:

  1. Drag data items onto the canvas, JOINs are automatically created when foreign key constraints are available
  2. Select the output columns for your query
  3. Modify ORDER, WHERE or GROUP BY clauses using the options in the grid
  4. Execute the query

Complex queries made easy

The Visual Query Builder shows you the different sections of your query. Complex queries are cut up in different parts so get a clear overview.

Each UNION will add another selector to the top right of the canvas, so each query can be edited like a single query. The results are then combined into a single query with UNION clauses and options.

A sub-query will get its own tab. Both UNIONs and sub-selects are displayed in the tree view.