You can use Interactive SQL to view the data in tables and views.
Prerequisites
Privileges to view data in the table or view.
Context and remarks
Many.
Execute a statement similar to the following, where object-name is the table or view that contains the data you want to view:
SELECT * FROM object-name; |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |