Modifying data in the table data editor

Use the table data editor to modify the contents of a row in a table or view.

To modify data in the table data editor:

  1. To edit the value of a table cell:
    1. Double-click in a table cell, or press F2. As an alternative, you can right-click in a table cell and select Edit Value.
    2. Modify the contents of the cell.
  2. To insert a new table row:
    1. Right-click anywhere in the table data editor, and click Insert Row. A new row is inserted at the bottom of the editor.
    2. Enter data in the new row as needed.
  3. To delete table rows: Right-click the row that you want to delete, and click Delete Row.
  4. To set a value to null: Right-click a row in a nullable column, and click Set Null.
  5. Click File > Save or press Ctrl+S to save your changes.
The appropriate commands run on the database server. The Data Output view displays the results of your actions.

Feedback