Created
August 20, 2008 14:32
-
-
Save smtm/6375 to your computer and use it in GitHub Desktop.
ias ga
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sel | |
day_date | |
,sum (xv_com_all.csb_subscriber_ga_disc.dly_gross_adds + xv_com_all.csb_subscriber_ga_disc.dly_reconnections) | |
from xv_com_all.csb_subscriber_ga_disc | |
where day_date between 1080801 and 1080818 | |
and service_provider_id = 1 | |
group by 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment