Removes one or more rows from a table or view that is specified in the FROM clause.
Restriction: | You cannot use DELETE FROM on a table that is accessed by an engine that does not support UPDATE processing. |
See: | Combining Two Tables |
assigns an alias to table-name, sas/access-view, or proc-sql-view.
specifies a SAS/ACCESS view that you are deleting rows from.
specifies a PROC SQL view that you are deleting rows from. proc-sql-view can be a one-level name, a two-level libref.view name, or a physical pathname that is enclosed in single quotation marks.
See sql-expression