G
Greg
I need to create a SQL statement that will return rows
from one table that were supposed to be appended to
another. In other words:
Show me all rows in table A where the (ID, Code and Date)
combination aren't in table B.
It sounds simple, but my old brain doesn't work like it
used to...
Thanks.
from one table that were supposed to be appended to
another. In other words:
Show me all rows in table A where the (ID, Code and Date)
combination aren't in table B.
It sounds simple, but my old brain doesn't work like it
used to...
Thanks.