Sybase Alter View

The Sybase Alter View Tool allows users to alter views by changing the view query using drop and create SQL statements.

Listed below is example SQL generated by the Alter View Tool.

DROP VIEW sample2.dbo.e_view

CREATE VIEW dbo.e_view AS select fname, lname from employee