I have millions of records in a table with the following columns:
id, item_id, customer_id, date
I want to find customer_idfor a specific month that are inserted for the first time in a table this month.
What is the best and easiest request for this.
thank
source
share