Difference between revisions of "SQL Browser"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 7: | Line 7: | ||
How it works: | How it works: | ||
:* The navigation pane on the left shows all of the tables in your database. | :* The navigation pane on the left shows all of the tables in your database. | ||
:* Double-clicking | :* Clicking the arrow next to one expands the tree, showing the columns in the table | ||
:* Double-clicking a table populates the statement pane with a default query (<tt>SELECT *</tt>) from that table. | |||
:* Clicking the triangle-button on the right runs the query. | :* Clicking the triangle-button on the right runs the query. | ||
:: [[File:SQLBrowserGoButton.png]] | :: [[File:SQLBrowserGoButton.png]] |
Revision as of 22:16, 10 November 2011
Designer > Data > Objects > [SQL Browser]
The SQL Browser gives you a graphical interface that lets you enter SQL language statements, and see the results:
How it works:
- The navigation pane on the left shows all of the tables in your database.
- Clicking the arrow next to one expands the tree, showing the columns in the table
- Double-clicking a table populates the statement pane with a default query (SELECT *) from that table.
- Clicking the triangle-button on the right runs the query.