Tables


The fastest way to get commands:   select *   and   select count(*)



1. Click pushbutton Tables in the toolbar
2. Select Schema (namespace, creator, owner) in the combobox
    (if your database and ODBC driver supports schemas)
3. Select any Table in the listbox
4. Click button Select (or doubleclick in lbx) to run:   select * from TABLE
    or
    Click button Count to run:   select count(*) from TABLE



Tips:
Use Up/Down arrows in the listbox and Alt+S (Select) or Alt+C (Count) to leave focus in the listbox.
Use doubleclick in the listbox to set focus to the Grid.