From Interactive SQL you can change any or all of the values within existing rows in database tables. You must have UPDATE permission on the columns being modified. When you edit the result set, you can only make changes to the values in one row at a time.
Execute a query in Interactive SQL.
On the Results tab, click the value you want to change.
Right-click the value and choose Edit from the popup menu, or press F2 to edit the result set.
A blinking cursor appears in the table cell containing the value.
Enter the new value. If you want to change other values in the row, press Tab or Shift+Tab to move to the other values.
Press Enter to update the database once you are done editing values in the row.
You can press the Esc key to cancel the change that was made to the selected value.
Execute a COMMIT statement to make your changes to the table permanent.