Difference between revisions of "Help:Octofy: Visual query builder"

From Sherlock Software
m
Line 4: Line 4:


==Add tables or views==
==Add tables or views==
The database object browser and search panel are on the left side of the window. It has the same functions as the database object browser and search panel in the main window. You can use it to find tables or views in the database and add them to the visual query editor on the top right of the window.
The database object browser and search panel are on the left side of the window. It has the same functions as the database object browser and search panel in the main window. You can use it to find tables or views in the database and add them to the visual query editor on the top right of the window.</br>
* Add a table or view from the database object tree
** Click on the <strong>Object explorer</strong> tab
** Find the table or view node in the data object tree and double-click it to add it to the visual query builder panel. You can also right-click the node and select <strong>Add</strong> menu item from the pop-up menu.


==Preview table or view==
==Preview table or view==

Revision as of 01:08, 3 October 2021

Query builder and query data analysis windows screenshot

Octofy can perform data analysis on any query data. Query builder and query data analysis window integrates database object browser, search, object data preview, column value frequency check, visual query editor, and query statement syntax check to help users build a SQL SELECT statement. Then use the query statement to get the data from the database and pass the data to the data analysis window for analysis.

Add tables or views

The database object browser and search panel are on the left side of the window. It has the same functions as the database object browser and search panel in the main window. You can use it to find tables or views in the database and add them to the visual query editor on the top right of the window.

  • Add a table or view from the database object tree
    • Click on the Object explorer tab
    • Find the table or view node in the data object tree and double-click it to add it to the visual query builder panel. You can also right-click the node and select Add menu item from the pop-up menu.

Preview table or view

Join tables

Select columns

Add query conditions

Parse the statement

Preview the query data

Perform data analysis

Back to Octofy User Manual