|
|
On the Edit SQL query
page you can modify SQL query that PHPRunner has built for you
automatically. In most cases you can proceed with default SQL
query.
There are three tabs:
- Query Designer
- SQL
- Results
This page includes graphical panes that display your SQL
statement ( Query
Designer tab), a text pane that displays the text of
your SQL statement (SQL tab) and result of edited
query as table with values (Results
tab). You can work in either the graphical or text panes and then
check result of executed query. Query Designer synchronizes the
views so they are always current.
Features:
-
a visual interface to design queries
-
automatic SQL Statement generation
-
create joins with drag and drop
-
the grid pane to specify criteria (Order By, Group By,
Where etc.)
-
SQL parsing - enter the SQL statement, and the diagram and
grid will be populated
|