Main menu
Display pane
Last Updated on Sunday, 18 April 2010 11:35
The display pane is divided into three sections: the SQL Console, the Table Data and the Details pane. The latter two panes are tabbed in order to provide more display functions. Each of these functions is described in their respective sections below.
Sql console
SQL Console is the main working space. It is composed of a large text area.
Parameters
These queries can also be saved as sqlmarks.
Examples:
select * from table_name where id = [value]
select * from table_name where colname like '[colname starts with]%'


