hi, experts
I have two internal tables now and i will try to delete some entries from itab1 that exists in itab 2. With normal sql, it will be something like:
delete from itab1 where fieldValue = itab2.fieldValue.
The sql syntax may be not quite correct, but I think you got the idea.
Thanks.
Fan