K
kdh
Hi,
I have 4 columns in total
A: Advertiser_ID
B: Campaign_ID
C. Revenue
D: Sales_Date
An advertiser_Id may have many campaign_ids associated to it, so it's
possible to have multiple records on a given day.
What I need to do is to write a query to compare the sales data of a given
date to the previous day's data. What i would ideally want is the records of
those advertisers that had the biggest delta in revenue (say top 10 greatest
changes)
I'm unsure of how to to limit this data.
Thanks in advance
I have 4 columns in total
A: Advertiser_ID
B: Campaign_ID
C. Revenue
D: Sales_Date
An advertiser_Id may have many campaign_ids associated to it, so it's
possible to have multiple records on a given day.
What I need to do is to write a query to compare the sales data of a given
date to the previous day's data. What i would ideally want is the records of
those advertisers that had the biggest delta in revenue (say top 10 greatest
changes)
I'm unsure of how to to limit this data.
Thanks in advance