ASA SQL User's Guide
Working with Database Objects
Working with views
You can delete a view in both Sybase Central and Interactive SQL.
To delete a view (Sybase Central)
Open the Views folder.
Right-click the desired view and choose Delete from the popup menu.
To delete a view (SQL)
Connect to a database with DBA authority or as the owner of the view.
Execute a DROP VIEW statement.
Remove a view called DepartmentSize.
DROP VIEW DepartmentSize
For more information, see DROP statement.