|
|
@@ -489,6 +489,8 @@ function STATYSTYKA_TABELE() {
|
|
|
, sum(if(BUILDINGS.A_STATUS='NORMAL',1,0)) as BUDYNKOW_NORMAL
|
|
|
, sum(if(BUILDINGS.A_STATUS='WAITING',1,0)) as BUDYNKOW_WAITING
|
|
|
, MK_Rewiry.gis_square_ha_area
|
|
|
+ , MK_Rewiry.gis_square_ha_area/count(BUILDINGS.ID) as REWIR_BUILDINGS_DENSITY
|
|
|
+ , MK_Rewiry.gis_square_ha_area/count(USERS2_MARKETING.S_ADDRESS_STREET) as REWIR_HOMES_DENSITY
|
|
|
|
|
|
";
|
|
|
foreach ($COLSFORSTATS as $FFS) {
|