Viewing data in tables or views (Sybase Central)

You can use Sybase Central to browse the data in tables and views.

Prerequisites

Privileges to view data in the table or view.

Context and remarks

Many.

 View data in tables or views using Sybase Central
  • In Sybase Central, select the table and click the Data tab in the right pane.

Results

The data for the table or view appears in the Data tab.

Next

For tables, you can edit the data in the Data tab.

If you are working in Interactive SQL, execute a statement similar to the following, where table-name contains the data you want to view:

SELECT * FROM table-name;