- In the Data Sources tool window, select the table of interest.
- Do one of the following:
- Press F4F4.
- Click
Open Table Editor on the toolbar
of the Data Sources window.
- Select Open Table Editor from the context menu.
As a result, the table opens in the Table Editor on a separate editor tab.
For tables containing many records, normally, not all but only a certain number of rows is shown at a time. This fixed number of rows displayed simultaneously is referred to as a page.
To navigate through the pages, use the following toolbar buttons, context menu commands, or keyboard shortcuts:
-
First Page.
Go to the first of the pages.
-
Previous Page
(Ctrl+Alt+UpCommand Alt Up).
Go to the previous page.
-
Next Page
(Ctrl+Alt+DownCommand Alt Down).
Go to the next page.
-
Last Page.
Go to the last of the pages.
Do one of the following:
- Right-click the header row, and then click the name of the column which you want to hide or show.
- Click
Filters and Ordering on the toolbar of the Table Editor,
or press Ctrl+F12Command F12.
In the Filters and Ordering dialog, use the check boxes in the first (leftmost) column to control visibility of the table columns.
- Do one of the following:
- Press Ctrl+F12Command F12.
- Click
Filters and Ordering on the toolbar of the Table Editor.
- Select Filters and Ordering from the context menu.
The Filters and Ordering dialog that opens shows the list of table fields.

- Use the check boxes in the first (leftmost) column to specify which fields should be shown or hidden. (The fields next to the check boxes that are not selected will be hidden.)
-
You can have the records sorted by one or more visible fields.
Use the lists in the Order column to define how the data should be ordered.
The hyphens (-) mean that no ordering rules are specified for the corresponding fields.
asc stands for ascending, desc - for descending.
The number in front of asc or desc means the ordering priority.

-
Use the Filter column to specify conditions for filtering the records.
You can specify filtering conditions for several fields.
To define a filtering condition for a field, double-click the Filter cell next to the field name, type the condition, and then click a different cell or press EnterEnter.

- Click OK in the Filters and Ordering dialog to apply the specified settings to the table.
- To start editing a field, double-click the corresponding table cell.
- Edit the cell contents. To do that, you have the following options:
- Modify the data right in the cell. To save the changes, press EnterEnter.
- Click
or press Shift+EnterShift Enter
to open the Enter text data or choose file dialog. In this dialog you can:
- Make the necessary edits in the upper area.
- Upload a file into the field. To do that, click Browse and select the desired file in the Choose Path dialog.
- Insert null into the field (click Null).
- To leave the editing mode, click a different cell or press EscapeEscape.
- Do one of the following:
- Press Alt+InsertControl N .
- Click
Add New Row on the toolbar of the Table Editor.
- Select Add New Row from the context menu.
- Fill in the fields. Use the EnterEnter or the TabTab key to indicate the end of your input in the current cell and move on to the next cell. The new record is saved when you press EnterEnter or TabTab in the last of the cells.
- Select the row or rows that you want to delete. To do that:
- If you are going to delete one row, select any of the cells within the corresponding row.
- If you are going to delete a range of rows, select one or more cells in each of the corresponding rows.
Note
You can select only the rows that follow one another.
- Do one of the following:
- Press Ctrl+YCommand Y.
- Click
Delete Selected Rows on the toolbar of the Table Editor.
- Select Delete Selected Rows from the context menu.
- Confirm your intention to delete the selected row or rows by clicking OK in the corresponding dialog.
- Do one of the following:
- Click
Properties on the toolbar of the Table Editor.
- Select Properties from the context menu.
- Click
- In the Table Editor Properties dialog, select the General tab.
- In the Page Size field, specify the number of rows to display simultaneously. For all table rows to be shown at the same time, type zero.
- Click OK.
- Optionally, if you want to apply the new page size setting to the current table view, do one of the following:
- Press Ctrl+RCommand R.
- Click
Reload Page on the toolbar of the Table Editor.
- Select Reload Page from the context menu.
The data export format is the format of data copied from a table to the clipboard. To define this format:
- Do one of the following:
- Click
Properties on the toolbar of the Table Editor.
- Select Properties from the context menu.
- Click
- In the Table Editor Properties dialog, select the Data Export tab.
- In the String Quotation fields, specify the characters that should be used to enclose the exported string values.
Note
The characters preceding and following the string values may be different. That's why two separate fields are provided.
- In the Values Separator field, specify the character or characters to be used to separate exported values.
- If you want to include the table header (column names) in exported data, select the Include Table Header check box.
- If you want to include the row numbers in exported data, select the Include Row Number check box.
- Click OK.
You can copy the data contained in selected table fragments to the clipboard. To do that:
- Select the table fragment of interest. This may be a cell, a row, a range of cells or rows, or all rows currently shown.
- Do one of the following:
- Press Ctrl+C Command C or Ctrl+Insert Command Insert.
- Click
Copy on the toolbar of the Table Editor.
- Select Copy from the context menu.
As a result, the selected data are copied to the clipboard. The data format corresponds to the data export format currently specified.
You can copy the SQL statement that resulted in generating the current table view to the clipboard.
Do one of the following:
- Press Ctrl+Alt+Shift+CCommand Alt Shift C.
- Click
Copy Query on the toolbar of the Table Editor.
- Select Copy Query from the context menu.
You can save large objects (LOBs
) stored in database tables in local files.
To do that:
- Select the cell containing the large object of interest.
- Do one of the following:
- Click
Save LOB As on the toolbar of the Table Editor.
- Select Save LOB As from the context menu.
- Click
- In the Select File to Save dialog:
- Specify the destination directory in the upper part.
- Type the name of the file File name field.
- Click OK.
You may want to refresh the view of a table in the Table Editor in order to:
- Synchronize the data shown with the actual contents of the table in the database.
- Apply the changed page size setting to the current table view.
In all such cases, use the Reload Page command:
- Press Ctrl+RCommand R.
- Click
Reload Page on the toolbar of the Table Editor.
- Select Reload Page from the context menu.
