ASA SQL User's Guide
Working with Database Objects
Working with views
To browse the data held within the views, you can use the Interactive SQL utility. This utility lets you execute queries to identity the data you want to view. For more information about using these queries, see Queries: Selecting Data from a Table.
If you are working in Sybase Central, you can right-click a view on which you have permission and choose View Data in Interactive SQL from the popup menu. This command opens Interactive SQL with the view contents displayed on the Results tab in the Results pane. To browse the view, Interactive SQL executes a select * from owner.view
statement.