Entering content frame

This graphic is explained in the accompanying text WHERE Clause Locate the document in its SAP Library structure

WHERE Clause

A where clause is used to filter columns by a search condition.

Syntax

This graphic is explained in the accompanying text

<where clause> ::= WHERE <search condition>.

 

The result of the <where clause> is a result table consisting of the set of rows for which the evaluation of the <search condition> yields true.

No <set function> shall be specified in a <where clause>.

See

Search Condition, UPDATE, DELETE, Query Specification, SELECT FOR UPDATE, SELECT INTO

Leaving content frame