You can use Interactive SQL to view the data in tables.
Prerequisites
You must have SELECT privilege on the table or the SELECT ANY TABLE system privilege.
Execute a statement similar to the following, where table-name is the table that 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 |