ASA SQL User's Guide
Working with Database Objects
Working with tables
You can use Sybase Central or Interactive SQL to browse the data held within the tables of a database.
If you are working in Sybase Central, view the data in a table by clicking the Data tab in the right pane.
If you are working in Interactive SQL, execute the following statement:
SELECT * FROM table-name
You can edit the data in the table from the Interactive SQL Results tab or from Sybase Central.