Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

Interactive SQL Online Help Interactive SQL Version 16.0 » Interactive SQL Help » Interactive SQL dialog boxes » Options dialog

Options dialog: Editor tab

This tab allows you to configure the appearance of text typed in the SQL Statements pane.

The Editor tab of the Options dialog in Interactive SQL consists of four tabs: Editor, Tabs, Format, and Print.


Editor tab

The Editor tab has the following components:


Tabs tab

The Tabs tab has the following components:


Format tab

The Format tab has the following components:


Print tab

The Print tab has the following components:


Text completion tab

Interactive SQL provides a text completion option that can supply object names for you. You can configure text completion to fill in the name of any or all of the following object types: tables, views, columns, stored procedures, and system functions.

To use text completion:

  1. In Interactive SQL, type the first letter of a database object name in the SQL Statements pane.

  2. Press Ctrl+Space or Ctrl+Shift+Space.

    A window appears listing the names of database objects that begin with the letters you have typed so far.

    If you do not see the object name you want, press Tab to view a complete list of database objects. By default, all database objects appear in the list.

    The object name appears in the SQL Statements pane.

  3. Select the object name from the list and then press Enter.