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.
In Sybase Central, use the SQL Anywhere 16 plug-in to connect to the database.
Double-click Tables.
Click the Data tab in the right pane.
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; |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |