I have two tables like this:
Table L
A | B
C | D
Table K
A | B
C | D
E | F
etc etc
I whish to delete in table K all the lines that exist in Table L.
However when I do delete it will only eliminate the first line. I would like that if more lines where inserted into Table L that coincide with lines in Table K the delete would work as well, this is, not having to do a "manual" delete
Thanks in advance