Anda di halaman 1dari 4

alter table super_cdr change wimax_bytes_down wimax_bytes_tmp BIGINT ;

alter table super_cdr change wimax_bytes_up wimax_bytes_down BIGINT ;


alter table super_cdr change wimax_bytes_tmp wimax_bytes_up BIGINT ;
alter table super_cdr2 change lte_bytes_down lte_bytes_tmp BIGINT ;
alter table super_cdr2 change lte_bytes_up lte_bytes_down BIGINT ;
alter table super_cdr2 change lte_bytes_tmp lte_bytes_up BIGINT ;
alter table super_cdr2 change ehrpd_bytes_down ehrpd_bytes_tmp BIGINT ;
alter table super_cdr2 change ehrpd_bytes_up ehrpd_bytes_down BIGINT ;
alter table super_cdr2 change ehrpd_bytes_tmp ehrpd_bytes_up BIGINT ;
alter table super_cdr2 change roam_bytes_down roam_bytes_tmp BIGINT ;
alter table super_cdr2 change roam_bytes_up roam_bytes_down BIGINT ;
alter table super_cdr2 change roam_bytes_tmp roam_bytes_up BIGINT ;
alter table super_cdr2 change do_bytes_down do_bytes_tmp BIGINT ;
alter table super_cdr2 change do_bytes_up do_bytes_down BIGINT ;
alter table super_cdr2 change do_bytes_tmp do_bytes_up BIGINT ;
alter table super_cdr2 change onex_bytes_down onex_bytes_tmp BIGINT ;
alter table super_cdr2 change onex_bytes_up onex_bytes_down BIGINT ;
alter table super_cdr2 change onex_bytes_tmp onex_bytes_up BIGINT ;

4469990
4468992
4469990
4468992

4469990
4468992
394132
394132

0
0
4469990
4468992
394132
394132

4469990
4468992
4469990
4468992

78437355025280
76193586233485

76193586233485
78437355025280

select lte_bytes_down, lte_bytes_up from super_Cdr2 limit 5;


1086181 44993074
5057314 3867424
0
0
46167460 1336955
315854 464821

44993074 1086181
3867424 5057314
0
0
1336955 46167460
464821 315854
198045783734536

198174749168929

OK
198174749168929

198045783734536

select ehrpd_bytes_down, ehrpd_bytes_up from super_Cdr2 limit 5;


51705456 5378642
6014361 1437516
0
0
0
0
0
0
5378642 51705456
1437516 6014361
0
0
0
0
0
0
select sum(ehrpd_bytes_down), sum(ehrpd_bytes_up) from super_Cdr2;
49993648220111
49703868637107
49703868637107
49993648220111
select roam_bytes_down, roam_bytes_up from super_Cdr2 limit 5;
0
0
151 10483002594

8019 0
10000
10000
0
0
0
0
0

3011
22262

0
8019
110835
137349
4700403

select sum(roam_bytes_down), sum(roam_bytes_up) from super_Cdr2;


7611648214425
59033155166016
59033155166016
7611648214425

select sum(do_bytes_down), sum(do_bytes_up) from super_Cdr2;


144939271080983201
239559081489904636
239559081489904636
144939271080983201
select do_bytes_down, do_bytes_up from super_Cdr2 limit 5;
0
0
0
432
151 10483002594
21603015915 12008921910
32086018509 75309003915
0
0
432 0
11120013321 0
12008921910 22240026642
21100213000 102

select sum(onex_bytes_down), sum(onex_bytes_up) from super_Cdr2;


145325058868188463
240252535252531010
240252535252531010
145325058868188463

select distinct onex_bytes_down, onex_bytes_up from super_Cdr2 limit 5;


NULL
NULL

0
NULL
0
0
6026406000
NULL
21603015915 12008921910
NULL
NULL
NULL
0
0
0
12008921910 22240026642
75309003915 52683428594
select sum(onex_bytes_down), sum(onex_bytes_up),sum(do_bytes_down),
sum(do_bytes_up),sum(wimax_bytes_down),
sum(wimax_bytes_up),sum(roam_bytes_down), sum(roam_bytes_up) from
super_Cdr2;
240252535252531010
145325058868188463
144939271080983201
76193586233485
59033155166016
7611648214425

239559081489904636
78437355025280

Anda mungkin juga menyukai