I am making a report that brings the Non-Moved Items in a store database.
I have the "ITEMS" table include ITEM_CODE column
and Transaction table "TXN_TABLE" includes ITEM_CODE column and TXN_DATE coulmn.
I would like to bring all items from the "ITEMS" table that are not in the "TXN_TABLE" within certain date.
I Try to do this in diffrenent ways, But It fails.
I have the "ITEMS" table include ITEM_CODE column
and Transaction table "TXN_TABLE" includes ITEM_CODE column and TXN_DATE coulmn.
I would like to bring all items from the "ITEMS" table that are not in the "TXN_TABLE" within certain date.
I Try to do this in diffrenent ways, But It fails.