Try OpenEdge Now
SQL Development
OpenEdge SQL Data Definition Language
:
Using Data Definition Language statements
:
Working with views
:
DROP VIEW
DROP VIEW
The statement needed to drop a view is a short and simple one, as shown in the following example.
DROP VIEW ne_customer;