gladyshuanca asked
for tab1.col1 *=
tab2.col2 and the corresponding operator used in SAP
DB
as far as I know,
this is an outer join operator.
In SAP DB a (+)
has to be used behind one of the columns, depending on the
decision
which column
should be filled with NULL if the join does not succeed:
tab1.col1 = tab2.col2 (+)
or
tab1.col1 (+) =
tab2.col2
I am not familiar
enough with the *= to decide which version is the
corresponding one.
Elke
SAP Labs
Berlin
