Deleting Views

You can delete a view in Interactive SQL or Sybase Central

To delete a view from the database in Interactive SQL, use the DROP statement:

DROP VIEW <view name>

To drop a view in Sybase Central, right-click the view you want to delete, and choose Delete from the shortcut menu.