Updated on 2023-03-28 GMT+08:00

Opening a View

Procedure

  1. On the top menu bar, choose Database Management. On the displayed Objects page, select Views, locate the target view, and click Open in the Operation column.
  2. Check the view information on the details page or click Where Condition.

    Table 1 Functions

    Item

    Description

    Where Condition

    Filters records.

    Copy Row

    Allows you to copy data of a selected row. Specifically, select the target row and click Copy Row.

    Copy Column

    Allows you to copy data of a selected column. Specifically, click Copy Column and select a column from the drop-down list.

    Copy

    Allows you to copy a piece of data. Specifically, hover the cursor on the data and click Copy.

    Column Settings

    Allows you to set the columns you want to display.

    Binary to Hexadecimal

    Prevents binary data in columns from being displayed as garbled characters. If there is binary data in columns, you must select this option.

    Refresh

    Allows you to update table data manually.

    Row Details

    Shows the detailed information of a specified row.

    Add

    Allows you to add rows.

    Submit

    Allows you to submit and save the changes to data.

    Delete Row

    Allows you to delete the selected rows.

    Export

    Exports a maximum of 10,000 data records as CSV or SQL files.

    View data can be only queried, but not be edited, because views do not have primary keys.