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

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Usage » Working with Database Objects » Working with views

View dependency information in the catalog Next Page

Browsing data in views


To browse the data held within the views, you can use Interactive SQL. Interactive SQL lets you execute queries to identify 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 select a view on which you have permission and then choose File > View Data in Interactive SQL. 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.