19 lines
826 B
PHP
19 lines
826 B
PHP
<div class="heading">Executing queries</div>
|
|
|
|
<ul>
|
|
<li>Pressing the 'query' button executes highlighted text (if any) or all of the text in the query editor
|
|
as a single query.
|
|
</li>
|
|
<li>Pressing the 'query all' button executes all queries that are highlighted (if any) or all of queries
|
|
in the editor one by one. Please remember that this is only useful for insert/update/delete queries.
|
|
If 'query all' is used and there are one or more select statements, no results are shown for them.</li>
|
|
</ul>
|
|
|
|
<div class="subheading">Notes</div>
|
|
<ul>
|
|
<li>If there is any text selection in the Sql Editor, it will be used
|
|
as the query instead of the whole text in Sql Editor.</li>
|
|
<li>You can also use shotcuts keys to execute queries. See the keyboard shortcut section for details.</li>
|
|
</ul>
|
|
</div>
|
|
|