Try OpenEdge Now
skip to main content
SQL Reference
SQL Reference : OpenEdge SQL Elements and Statements in Backus Naur Form : Data types syntax in BNF : Statements, DDL and DML syntax in BNF : DELETE
 
DELETE
delete statement ::=
DELETE FROM [owner_name.]{table_name| view_name}[ WHERE search_condition] ;