ABAP Keyword Documentation → ABAP − Reference → Processing External Data → ABAP Database Access → ABAP SQL → ABAP SQL - Operands and Expressions
ABAP SQL - SQL Conditions sql_cond
Other versions:
7.31 | 7.40 | 7.54
Syntax
... rel_exp
| [NOT] sql_cond [AND|OR sql_cond] ...
Effect
Logical expression sql_cond
for formulating a condition in ABAP SQL. A logical
expression consists of one or more relational expressions rel_exp
that are
joined by AND
or
OR
and can be negated
with NOT
. There are different types of relational expressions:
Continue
sql_cond - rel_exp for Statements