Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Tables, views, and indexes » Tables

 

Viewing data in tables (Sybase Central)

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

Prerequisites

You must have SELECT privilege on the table or the SELECT ANY TABLE system privilege.

 Task
  1. In Sybase Central, use the SQL Anywhere 16 plug-in to connect to the database.

  2. Double-click Tables.

  3. Click the Data tab in the right pane.

Results

The data for the table appears on the Data tab.

Next

You can edit the data on 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;
 See also