<?php 

use Phalcon\Db\Column;
use Phalcon\Db\Index;
use Phalcon\Db\Reference;
use Phalcon\Mvc\Model\Migration;

/**
 * Class BosSummary2017Migration_113
 */
class BosSummary2017Migration_113 extends Migration
{
    /**
     * Define the table structure
     *
     * @return void
     */
    public function morph()
    {
        $this->morphTable('bos_summary_2017', [
                'columns' => [
                    new Column(
                        'id',
                        [
                            'type' => Column::TYPE_INTEGER,
                            'notNull' => true,
                            'autoIncrement' => true,
                            'first' => true
                        ]
                    ),
                    new Column(
                        'jenjang',
                        [
                            'type' => Column::TYPE_VARCHAR,
                            'notNull' => true,
                            'size' => 5,
                            'after' => 'id'
                        ]
                    ),
                    new Column(
                        'kec',
                        [
                            'type' => Column::TYPE_CHAR,
                            'size' => 6,
                            'after' => 'jenjang'
                        ]
                    ),
                    new Column(
                        'total_bantuan',
                        [
                            'type' => Column::TYPE_INTEGER,
                            'after' => 'kec'
                        ]
                    ),
                    new Column(
                        'total_sekolah',
                        [
                            'type' => Column::TYPE_INTEGER,
                            'after' => 'total_bantuan'
                        ]
                    ),
                    new Column(
                        'total_nominal',
                        [
                            'type' => Column::TYPE_DECIMAL,
                            'notNull' => true,
                            'size' => 18,
                            'after' => 'total_sekolah'
                        ]
                    ),
                    new Column(
                        'kecamatan_code',
                        [
                            'type' => Column::TYPE_CHAR,
                            'size' => 6,
                            'after' => 'total_nominal'
                        ]
                    ),
                    new Column(
                        'jenjang_id',
                        [
                            'type' => Column::TYPE_INTEGER,
                            'after' => 'kecamatan_code'
                        ]
                    )
                ],
                'references' => [
                    new Reference(
                        'bos_summary_2017_jenjang_id_fkey',
                        [
                            'referencedTable' => 'jenjang',
                            'referencedSchema' => 'jaga',
                            'columns' => ['jenjang_id'],
                            'referencedColumns' => ['id'],
                            'onUpdate' => 'CASCADE',
                            'onDelete' => 'NO ACTION'
                        ]
                    ),
                    new Reference(
                        'bos_summary_2017_kecamatan_code_fkey',
                        [
                            'referencedTable' => 'master_kecamatan',
                            'referencedSchema' => 'jaga',
                            'columns' => ['kecamatan_code'],
                            'referencedColumns' => ['kecamatan_code'],
                            'onUpdate' => 'CASCADE',
                            'onDelete' => 'NO ACTION'
                        ]
                    )
                ]
            ]
        );
    }

    /**
     * Run the migrations
     *
     * @return void
     */
    public function up()
    {
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='310101' where kec='010102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='310102' where kec='010101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317101' where kec='016008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317102' where kec='016007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317103' where kec='016006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317104' where kec='016003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317105' where kec='016005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317106' where kec='016002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317107' where kec='016001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317108' where kec='016004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317201' where kec='016101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317202' where kec='016103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317203' where kec='016104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317204' where kec='016106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317205' where kec='016102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317206' where kec='016105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317301' where kec='016207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317302' where kec='016204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317303' where kec='016206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317305' where kec='016202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317308' where kec='016201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317401' where kec='016309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317501' where kec='016410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317403' where kec='016307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317404' where kec='016302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317405' where kec='016305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317406' where kec='016303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317407' where kec='016306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317408' where kec='016308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317409' where kec='016301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317410' where kec='016304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317505' where kec='016401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317506' where kec='016408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317507' where kec='016407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317508' where kec='016404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='317509' where kec='016402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327607' where kec='016403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332807' where kec='016406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520614' where kec='016205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120120' where kec='070918'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120201' where kec='070806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120202' where kec='070823'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120203' where kec='070804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120204' where kec='070805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120205' where kec='070808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120206' where kec='070807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120207' where kec='070822'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120210' where kec='070813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120211' where kec='070803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120212' where kec='070811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120213' where kec='070809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120214' where kec='070810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120215' where kec='070818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120301' where kec='071030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120302' where kec='071010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120303' where kec='071033'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120304' where kec='071011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120305' where kec='071016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120306' where kec='071032'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120307' where kec='071001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120314' where kec='071012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120320' where kec='071025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120321' where kec='071026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120322' where kec='071027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120331' where kec='071031'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180220' where kec='120225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180221' where kec='120219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180222' where kec='120218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180223' where kec='120224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180224' where kec='120222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180225' where kec='120223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180226' where kec='120221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180227' where kec='120227'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180228' where kec='120228'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321701' where kec='022312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321701' where kec='023012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321702' where kec='022311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321702' where kec='023011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321703' where kec='022313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321703' where kec='023013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321704' where kec='022314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321705' where kec='022315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321705' where kec='023015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321706' where kec='022310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321706' where kec='023010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321707' where kec='022308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321707' where kec='023008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321708' where kec='022309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321708' where kec='023009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321709' where kec='022307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321709' where kec='023007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321710' where kec='022305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321710' where kec='023005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321711' where kec='022304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321711' where kec='023004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321712' where kec='022306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321712' where kec='023006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321713' where kec='022301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321714' where kec='022303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321715' where kec='022302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321716' where kec='022316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321716' where kec='023016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340301' where kec='040309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340302' where kec='040313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340303' where kec='040310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340304' where kec='040311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340305' where kec='040302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340306' where kec='040301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340307' where kec='040304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340308' where kec='040306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340309' where kec='040308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340310' where kec='040307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340311' where kec='040305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340312' where kec='040315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340313' where kec='040314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340314' where kec='040312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340315' where kec='040303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340316' where kec='040317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340317' where kec='040318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340318' where kec='040316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350722' where kec='051830'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120101' where kec='070907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120102' where kec='070906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120103' where kec='070903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120105' where kec='070908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120106' where kec='070905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120107' where kec='070904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120108' where kec='070902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120110' where kec='070910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120111' where kec='070914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120112' where kec='070911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120113' where kec='070913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120114' where kec='070915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120115' where kec='070912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120116' where kec='070920'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120117' where kec='070919'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120119' where kec='070901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121801' where kec='072111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121802' where kec='072110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121803' where kec='072108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121804' where kec='072109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121805' where kec='072107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121806' where kec='072106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121807' where kec='072104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121808' where kec='072103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121809' where kec='072102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121810' where kec='072101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121811' where kec='072112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121813' where kec='072105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121814' where kec='072117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121815' where kec='072116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121816' where kec='072115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121817' where kec='072113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127401' where kec='076402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127402' where kec='076403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127404' where kec='076405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127405' where kec='076401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127406' where kec='076406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140201' where kec='090405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140202' where kec='090406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140203' where kec='090403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140204' where kec='090402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140205' where kec='090401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140207' where kec='090409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140209' where kec='090407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140210' where kec='090414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140212' where kec='090411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140213' where kec='090413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140214' where kec='090410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140401' where kec='090502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140402' where kec='090503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140403' where kec='090505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140404' where kec='090506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140405' where kec='090507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140406' where kec='090509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140407' where kec='090511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140408' where kec='090512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140409' where kec='090501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140410' where kec='090504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140411' where kec='090508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140412' where kec='090510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140102' where kec='090103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140413' where kec='090517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140414' where kec='090513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140415' where kec='090514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140417' where kec='090515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140418' where kec='090518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140419' where kec='090519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140420' where kec='090520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150601' where kec='100401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150602' where kec='100403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150603' where kec='100402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150604' where kec='100404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150605' where kec='100405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150606' where kec='100407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150607' where kec='100406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150608' where kec='100408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150609' where kec='100409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150610' where kec='100412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150611' where kec='100411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150612' where kec='100413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150613' where kec='100410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150701' where kec='100890'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150702' where kec='100804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150703' where kec='100802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150704' where kec='100805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150706' where kec='100803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150707' where kec='100809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150708' where kec='100811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150709' where kec='100807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150710' where kec='100808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150711' where kec='100812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160107' where kec='110307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160108' where kec='110308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160109' where kec='110309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160113' where kec='110372'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160114' where kec='110371'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160120' where kec='110320'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160121' where kec='110321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160122' where kec='110317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160128' where kec='110322'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160129' where kec='110373'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160130' where kec='110374'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160131' where kec='110375'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160202' where kec='110205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160203' where kec='110204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160204' where kec='110202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160208' where kec='110212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160211' where kec='110203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160212' where kec='110213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160213' where kec='110201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160214' where kec='110214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160215' where kec='110220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160217' where kec='110218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160218' where kec='110216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160220' where kec='110222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160221' where kec='110223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160222' where kec='110221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160223' where kec='110225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160224' where kec='110224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160801' where kec='110801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160802' where kec='110802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160803' where kec='110890'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160804' where kec='110803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160805' where kec='110809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160806' where kec='110805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160807' where kec='110804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160808' where kec='110810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160809' where kec='110807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160810' where kec='110808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160811' where kec='110811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160812' where kec='110812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160813' where kec='110813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160814' where kec='110814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160815' where kec='110815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160816' where kec='110816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160817' where kec='110817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160818' where kec='110818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160819' where kec='110819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160820' where kec='110820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180104' where kec='120106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180105' where kec='120108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180106' where kec='120126'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180107' where kec='120110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180108' where kec='120109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180109' where kec='120113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180110' where kec='120112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180113' where kec='120107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180114' where kec='120120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180115' where kec='120119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180117' where kec='120117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180118' where kec='120116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180121' where kec='120122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180122' where kec='120123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180123' where kec='120124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180124' where kec='120125'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180201' where kec='120202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180203' where kec='120201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180204' where kec='120204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180205' where kec='120205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180206' where kec='120206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180207' where kec='120208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180208' where kec='120207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180209' where kec='120212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180210' where kec='120211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180211' where kec='120210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180212' where kec='120213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180213' where kec='120209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180214' where kec='120214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180215' where kec='120226'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180216' where kec='120216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180218' where kec='120217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180219' where kec='120220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180701' where kec='120709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180702' where kec='120707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180703' where kec='120706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180704' where kec='120710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180705' where kec='120703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180706' where kec='120702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180707' where kec='120708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180708' where kec='120712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180709' where kec='120711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180710' where kec='120701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180712' where kec='120705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180713' where kec='120724'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180714' where kec='120713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180715' where kec='120717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180716' where kec='120718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180717' where kec='120719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180718' where kec='120720'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180719' where kec='120722'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180720' where kec='120721'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180721' where kec='120723'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180722' where kec='120716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180723' where kec='120725'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180724' where kec='120726'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181101' where kec='121101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640902' where kec='161102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640903' where kec='161101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640901' where kec='161103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640904' where kec='161104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='641101' where kec='161225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='641102' where kec='161221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='641103' where kec='161222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='641104' where kec='161223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='641105' where kec='161224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710135' where kec='170136'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710501' where kec='170501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710502' where kec='170502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710503' where kec='170503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710507' where kec='170504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710508' where kec='170524'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710509' where kec='170505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710510' where kec='170509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710512' where kec='170523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710513' where kec='170510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710515' where kec='170515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710516' where kec='170516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710517' where kec='170517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710518' where kec='170518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710521' where kec='170520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710522' where kec='170521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710523' where kec='170522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710801' where kec='170806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710802' where kec='170801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710805' where kec='170804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710806' where kec='170805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721201' where kec='181207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721202' where kec='181208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721203' where kec='181203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721204' where kec='181202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721205' where kec='181205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721206' where kec='181206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721207' where kec='181209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721208' where kec='181201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721209' where kec='181204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721210' where kec='181210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730101' where kec='191307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730102' where kec='191304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730103' where kec='191305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730104' where kec='191306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730105' where kec='191303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730106' where kec='191390'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730107' where kec='191301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730108' where kec='191308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730109' where kec='191309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730110' where kec='191310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730111' where kec='191311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731404' where kec='191504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731405' where kec='191505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731406' where kec='191509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731410' where kec='191507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810401' where kec='210310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810701' where kec='210701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810702' where kec='210703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810703' where kec='210702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810704' where kec='210707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810705' where kec='210708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810706' where kec='210709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810707' where kec='210705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810708' where kec='210706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810709' where kec='210704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810710' where kec='210710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531901' where kec='242006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531902' where kec='242004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531903' where kec='242003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531904' where kec='242005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531905' where kec='242001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531906' where kec='242002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531907' where kec='242007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531908' where kec='242008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531909' where kec='242009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910501' where kec='250306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910502' where kec='250307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910503' where kec='250304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910504' where kec='250305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910505' where kec='250308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910506' where kec='250309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910507' where kec='250310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910508' where kec='250311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910509' where kec='250312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910510' where kec='250313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910511' where kec='250314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910512' where kec='250315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170102' where kec='260305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170103' where kec='260306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170104' where kec='260304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170105' where kec='260314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170101' where kec='260318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170107' where kec='260321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170108' where kec='260322'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170109' where kec='260323'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170110' where kec='260319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170111' where kec='260320'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170901' where kec='260902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170902' where kec='260901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170903' where kec='260905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170904' where kec='260906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170905' where kec='260904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170906' where kec='260903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170907' where kec='260907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170908' where kec='260908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170909' where kec='260909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170910' where kec='260910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760401' where kec='330301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760402' where kec='330303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760403' where kec='330304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760404' where kec='330305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760406' where kec='330312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760407' where kec='330314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760409' where kec='330315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760410' where kec='330308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760411' where kec='330306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760412' where kec='330307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760413' where kec='330313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760414' where kec='330311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760416' where kec='330316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110101' where kec='060702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110102' where kec='060704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110103' where kec='060703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110104' where kec='060709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110105' where kec='060708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110106' where kec='060706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110107' where kec='060707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110109' where kec='060701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110111' where kec='060716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110112' where kec='060715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110113' where kec='060714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110114' where kec='060712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110115' where kec='060713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110116' where kec='060711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110117' where kec='060717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110118' where kec='060718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110201' where kec='060801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110202' where kec='060802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110203' where kec='060803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110204' where kec='060804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110205' where kec='060805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110206' where kec='060807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110207' where kec='060806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110208' where kec='060808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110209' where kec='060809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110210' where kec='060810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110212' where kec='060822'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110213' where kec='060823'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110214' where kec='060824'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110215' where kec='060825'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110301' where kec='060414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110302' where kec='060416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110303' where kec='060413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110304' where kec='060409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110306' where kec='060415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110307' where kec='060411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110308' where kec='060410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110309' where kec='060418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110312' where kec='060426'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110314' where kec='060423'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110315' where kec='060422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110316' where kec='060424'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110317' where kec='060420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110318' where kec='060421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110319' where kec='060419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110320' where kec='060428'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110321' where kec='060429'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110322' where kec='060432'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110323' where kec='060431'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110324' where kec='060430'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110401' where kec='060501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110402' where kec='060506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110403' where kec='060505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110407' where kec='060504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110408' where kec='060502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110410' where kec='060513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110411' where kec='060522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110413' where kec='060514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110417' where kec='060524'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110418' where kec='060525'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110419' where kec='060526'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110420' where kec='060527'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110421' where kec='060528'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110502' where kec='060608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110503' where kec='060609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110504' where kec='060607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110505' where kec='060606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110506' where kec='060610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110507' where kec='060611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110509' where kec='060612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110510' where kec='060614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110511' where kec='060615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110512' where kec='060616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110601' where kec='060101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110602' where kec='060102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110603' where kec='060103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110604' where kec='060104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110605' where kec='060108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110607' where kec='060111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110608' where kec='060112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110609' where kec='060105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110610' where kec='060109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110611' where kec='060107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110612' where kec='060106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110613' where kec='060113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110615' where kec='060117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110617' where kec='060115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110618' where kec='060120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110619' where kec='060122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110620' where kec='060118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110622' where kec='060114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110623' where kec='060123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110703' where kec='060222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110704' where kec='060215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110705' where kec='060201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110709' where kec='060220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110711' where kec='060213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110712' where kec='060223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110713' where kec='060208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110714' where kec='060214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110715' where kec='060217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110716' where kec='060221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110717' where kec='060212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110718' where kec='060219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110719' where kec='060210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110721' where kec='060209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110722' where kec='060231'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110724' where kec='060228'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110725' where kec='060227'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110727' where kec='060224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110729' where kec='060230'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110801' where kec='060310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110802' where kec='060322'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110803' where kec='060303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110804' where kec='060323'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110805' where kec='060306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110806' where kec='060321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110807' where kec='060305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110808' where kec='060313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110809' where kec='060309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110810' where kec='060314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110811' where kec='060304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110812' where kec='060312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110813' where kec='060315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110815' where kec='060301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110816' where kec='060302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110817' where kec='060307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110818' where kec='060316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110819' where kec='060317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110820' where kec='060320'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110821' where kec='060319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110823' where kec='060326'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110826' where kec='060329'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110827' where kec='060330'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110901' where kec='061103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110902' where kec='061104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110903' where kec='061106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110904' where kec='061102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110905' where kec='061107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110906' where kec='061105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110907' where kec='061101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110909' where kec='061109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='110910' where kec='061110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111001' where kec='061301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111002' where kec='061303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111004' where kec='061302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111010' where kec='061305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111011' where kec='061307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111012' where kec='061308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111013' where kec='061313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111014' where kec='061317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111016' where kec='061318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111101' where kec='061201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111103' where kec='061204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111104' where kec='061206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111105' where kec='061208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111106' where kec='061209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111108' where kec='061202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111109' where kec='061205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111110' where kec='061207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111111' where kec='061211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111112' where kec='061212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111113' where kec='061213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111114' where kec='061214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111115' where kec='061216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111116' where kec='061215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111117' where kec='061217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111202' where kec='061702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111203' where kec='061701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111204' where kec='061704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111205' where kec='061705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111207' where kec='061708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111208' where kec='061709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111209' where kec='061707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111301' where kec='061801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111302' where kec='061802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111303' where kec='061803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111304' where kec='061804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111305' where kec='061805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111308' where kec='061808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111309' where kec='061806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111311' where kec='061810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111401' where kec='061601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111402' where kec='061602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111404' where kec='061604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111405' where kec='061605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111406' where kec='061606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111407' where kec='061607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111408' where kec='061608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111409' where kec='061609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111501' where kec='061502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111502' where kec='061504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111503' where kec='061505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111504' where kec='061503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111505' where kec='061501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111506' where kec='061508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111507' where kec='061506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111508' where kec='061507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111509' where kec='061509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111601' where kec='061407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111602' where kec='061405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111603' where kec='061406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111604' where kec='061404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111606' where kec='061402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111607' where kec='061401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111608' where kec='061408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111610' where kec='061413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111611' where kec='061414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111612' where kec='061415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111701' where kec='061905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111702' where kec='061904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111703' where kec='061907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111704' where kec='061903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111705' where kec='061902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111706' where kec='061906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111707' where kec='061901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111708' where kec='061908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111709' where kec='061909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111710' where kec='061910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111801' where kec='062001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111802' where kec='062002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111804' where kec='062004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111805' where kec='062005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111806' where kec='062006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111807' where kec='062007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='111808' where kec='062008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117101' where kec='066102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117102' where kec='066103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117103' where kec='066101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117104' where kec='066104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117105' where kec='066107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117106' where kec='066105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117107' where kec='066108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117108' where kec='066109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117109' where kec='066106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117201' where kec='066002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117202' where kec='066001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117301' where kec='066202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117302' where kec='066203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117303' where kec='066201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117304' where kec='066204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117401' where kec='066301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117402' where kec='066302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117403' where kec='066303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117404' where kec='066304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117405' where kec='066305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117501' where kec='066401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117502' where kec='066402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117503' where kec='066403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117504' where kec='066404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='117505' where kec='066405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120405' where kec='071113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120406' where kec='071107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120410' where kec='071106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120420' where kec='071132'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120421' where kec='071133'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120427' where kec='071123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120429' where kec='071126'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120502' where kec='070202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120503' where kec='070204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120505' where kec='070206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120506' where kec='070205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120507' where kec='070207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120508' where kec='070208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120509' where kec='070213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120510' where kec='070212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120511' where kec='070214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120512' where kec='070211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120513' where kec='070215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120514' where kec='070217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120515' where kec='070220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120516' where kec='070219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120517' where kec='070216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120518' where kec='070218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120519' where kec='070209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120520' where kec='070210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120522' where kec='070222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120523' where kec='070223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120601' where kec='070309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120602' where kec='070310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120603' where kec='070313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120604' where kec='070311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120605' where kec='070312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120606' where kec='070305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120607' where kec='070304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120608' where kec='070303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120609' where kec='070302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120610' where kec='070301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120611' where kec='070307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120613' where kec='070306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120614' where kec='070317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120615' where kec='070316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120616' where kec='070315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120617' where kec='070390'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120701' where kec='070101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120702' where kec='070120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120703' where kec='070103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120705' where kec='070105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120707' where kec='070107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120708' where kec='070132'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120709' where kec='070109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120719' where kec='070119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120721' where kec='070121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120722' where kec='070122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120723' where kec='070123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120724' where kec='070124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120725' where kec='070125'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120726' where kec='070126'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120727' where kec='070127'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120728' where kec='070130'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120732' where kec='070128'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120733' where kec='070129'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120801' where kec='070416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120802' where kec='070423'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120803' where kec='070424'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120805' where kec='070422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120806' where kec='070408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120807' where kec='070413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120808' where kec='070420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120809' where kec='070404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120811' where kec='070406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120812' where kec='070427'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120813' where kec='070407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120814' where kec='070402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120815' where kec='070429'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120817' where kec='070415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120819' where kec='070428'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120820' where kec='070403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120821' where kec='070418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120822' where kec='070425'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120823' where kec='070419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120824' where kec='070426'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120825' where kec='070401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120826' where kec='070411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120828' where kec='070414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120829' where kec='070410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120830' where kec='070421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120908' where kec='070609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120909' where kec='070610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120910' where kec='070605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120911' where kec='070604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120913' where kec='070607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120914' where kec='070603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120915' where kec='070602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120916' where kec='070608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120917' where kec='070601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120918' where kec='070619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120921' where kec='070623'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120923' where kec='070629'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120924' where kec='070626'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120925' where kec='070627'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120926' where kec='070630'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120927' where kec='070631'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120928' where kec='070634'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120929' where kec='070633'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120930' where kec='070632'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120931' where kec='070628'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='120932' where kec='070625'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121101' where kec='070503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121102' where kec='070505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121103' where kec='070511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121104' where kec='070508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121106' where kec='070512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121107' where kec='070507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121108' where kec='070510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121110' where kec='070504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121111' where kec='070513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121113' where kec='070515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121115' where kec='070516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121201' where kec='071603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121203' where kec='071606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121204' where kec='071605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121205' where kec='071617'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121206' where kec='071619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121207' where kec='071607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121208' where kec='071618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121209' where kec='071608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121210' where kec='071616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121219' where kec='071622'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121220' where kec='071623'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121221' where kec='071621'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121222' where kec='071620'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121223' where kec='071625'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121224' where kec='071624'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121302' where kec='071509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121303' where kec='071511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121304' where kec='071512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121305' where kec='071510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121306' where kec='071508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121307' where kec='071513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121308' where kec='071503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121310' where kec='071516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121311' where kec='071515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121312' where kec='071504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121313' where kec='071502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121314' where kec='071517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121315' where kec='071501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121316' where kec='071506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121317' where kec='071507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121318' where kec='071518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121319' where kec='071521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121321' where kec='071522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121322' where kec='071520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121323' where kec='071523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121401' where kec='071706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121402' where kec='071705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121403' where kec='071704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121404' where kec='071708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121405' where kec='071701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121407' where kec='071703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121409' where kec='071709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121410' where kec='071710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121411' where kec='071711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121412' where kec='071712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121413' where kec='071713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121414' where kec='071714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121415' where kec='071715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121416' where kec='071716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121417' where kec='071717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121418' where kec='071718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121419' where kec='071719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121420' where kec='071720'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121422' where kec='071722'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121424' where kec='071724'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121426' where kec='071726'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121427' where kec='071727'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121428' where kec='071734'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121429' where kec='071733'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121430' where kec='071732'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121431' where kec='071735'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121432' where kec='071737'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121433' where kec='071736'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121434' where kec='071728'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121435' where kec='071729'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121502' where kec='071802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121503' where kec='071801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121504' where kec='071899'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121506' where kec='071805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121507' where kec='071807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121508' where kec='071808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121701' where kec='072006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121703' where kec='072007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121704' where kec='072004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121705' where kec='072001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121707' where kec='072008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='121708' where kec='072005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122001' where kec='072304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122002' where kec='072308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122003' where kec='072303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122004' where kec='072302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122005' where kec='072301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122006' where kec='072305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122007' where kec='072307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122008' where kec='072306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122009' where kec='072390'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122101' where kec='072409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122102' where kec='072403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122103' where kec='072407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122104' where kec='072406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122105' where kec='072405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122106' where kec='072408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122107' where kec='072401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122108' where kec='072402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122110' where kec='072410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122111' where kec='072411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122112' where kec='072412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122401' where kec='072802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122402' where kec='072804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122403' where kec='072801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122404' where kec='072803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122405' where kec='072806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122407' where kec='072805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122408' where kec='072808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122409' where kec='072810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122410' where kec='072809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122411' where kec='072811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122501' where kec='072703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122502' where kec='072702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122503' where kec='072705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122505' where kec='072704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122506' where kec='072709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='122507' where kec='072701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127101' where kec='076006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127102' where kec='076011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127103' where kec='076012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127104' where kec='076004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127105' where kec='076014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127106' where kec='076018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127107' where kec='076001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127109' where kec='076003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127110' where kec='076005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127111' where kec='076002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127112' where kec='076020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127113' where kec='076019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127114' where kec='076017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127115' where kec='076007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127116' where kec='076008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127117' where kec='076009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127118' where kec='076016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127119' where kec='076013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127120' where kec='076015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127121' where kec='076010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127201' where kec='076305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127202' where kec='076303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127203' where kec='076304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127204' where kec='076302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127205' where kec='076301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127206' where kec='076306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127207' where kec='076308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127208' where kec='076307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127301' where kec='076501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127302' where kec='076502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127303' where kec='076503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127304' where kec='076504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127501' where kec='076104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127502' where kec='076102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127503' where kec='076105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127504' where kec='076103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127505' where kec='076101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127601' where kec='076201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127602' where kec='076202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127603' where kec='076203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127604' where kec='076204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127605' where kec='076205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127801' where kec='076703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127802' where kec='076704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127803' where kec='076706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127804' where kec='076701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='127806' where kec='076705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130101' where kec='080603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130102' where kec='080605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130103' where kec='080606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130104' where kec='080608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130105' where kec='080609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130106' where kec='080610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130108' where kec='080607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130110' where kec='080601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130111' where kec='080602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130114' where kec='080614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130115' where kec='080613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130203' where kec='080404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130204' where kec='080405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130205' where kec='080406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130206' where kec='080407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130207' where kec='080408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130208' where kec='080409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130209' where kec='080411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130210' where kec='080410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130211' where kec='080413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130212' where kec='080412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130213' where kec='080414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130217' where kec='080416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130218' where kec='080417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130219' where kec='080418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130303' where kec='080806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130304' where kec='080807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130305' where kec='080808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130306' where kec='080805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130308' where kec='080810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130309' where kec='080811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130310' where kec='080809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130401' where kec='080701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130402' where kec='080702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130403' where kec='080704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130404' where kec='080705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130405' where kec='080706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130406' where kec='080708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130407' where kec='080709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130408' where kec='080710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130409' where kec='080703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130411' where kec='080707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130413' where kec='080713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130501' where kec='080502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130502' where kec='080501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130503' where kec='080504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130505' where kec='080506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130506' where kec='080507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130508' where kec='080508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130509' where kec='080510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130512' where kec='080516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130513' where kec='080513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130514' where kec='080514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130515' where kec='080517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130516' where kec='080515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130601' where kec='080101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130602' where kec='080102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130603' where kec='080103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130604' where kec='080104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130605' where kec='080105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130606' where kec='080116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130607' where kec='080117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130608' where kec='080108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130609' where kec='080109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130610' where kec='080111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130612' where kec='080113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130613' where kec='080119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130614' where kec='080114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130615' where kec='080115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130616' where kec='080118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130804' where kec='080207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130805' where kec='080208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130807' where kec='080211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130808' where kec='080214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130814' where kec='080213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130815' where kec='080215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130816' where kec='080216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130817' where kec='080217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130818' where kec='080218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130819' where kec='080219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130901' where kec='081001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130902' where kec='081002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130903' where kec='081003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130904' where kec='081004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130905' where kec='081005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130906' where kec='081006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130907' where kec='081007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130908' where kec='081008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130909' where kec='081009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='130910' where kec='081010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131001' where kec='081202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131002' where kec='081204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131003' where kec='081201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131004' where kec='081203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131005' where kec='081205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131006' where kec='081206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131007' where kec='081207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131008' where kec='081208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131009' where kec='081209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131010' where kec='081210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131011' where kec='081211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131101' where kec='081101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131102' where kec='081102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131103' where kec='081103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131104' where kec='081104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131105' where kec='081105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131106' where kec='081106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131107' where kec='081107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131202' where kec='081303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131203' where kec='081305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131204' where kec='081307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131205' where kec='081306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131207' where kec='081302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131208' where kec='081308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131210' where kec='081309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='131211' where kec='081310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137101' where kec='086104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137102' where kec='086105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137103' where kec='086106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137104' where kec='086107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137105' where kec='086101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137106' where kec='086103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137107' where kec='086102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137108' where kec='086110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137109' where kec='086109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137110' where kec='086108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137111' where kec='086111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137201' where kec='086401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137202' where kec='086402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137401' where kec='086202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137402' where kec='086201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137503' where kec='086003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137601' where kec='086501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137602' where kec='086503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137603' where kec='086502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137604' where kec='086504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137605' where kec='086505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137701' where kec='086602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137702' where kec='086603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137703' where kec='086601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='137704' where kec='086604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140103' where kec='090104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140104' where kec='090101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140105' where kec='090106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140106' where kec='090107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140107' where kec='090102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140108' where kec='090110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140109' where kec='090109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140110' where kec='090108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140111' where kec='090112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140112' where kec='090111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140112' where kec='090906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140113' where kec='090114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140114' where kec='090115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140115' where kec='090105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140115' where kec='090116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140116' where kec='090117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140117' where kec='090118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140118' where kec='090119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140119' where kec='090120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140120' where kec='090121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140121' where kec='090190'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140301' where kec='090205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140302' where kec='090206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140303' where kec='090207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140309' where kec='090201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140310' where kec='090208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140311' where kec='090209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140312' where kec='090212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140313' where kec='090213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140501' where kec='090806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140502' where kec='090805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140503' where kec='090802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140504' where kec='090807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140505' where kec='090801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140506' where kec='090809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140507' where kec='090808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140508' where kec='090803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140509' where kec='090810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140510' where kec='090804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140511' where kec='090811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140512' where kec='090812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140601' where kec='090901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140602' where kec='090902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140603' where kec='090903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140604' where kec='090904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140605' where kec='090905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140607' where kec='090907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140608' where kec='090908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140609' where kec='090909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140610' where kec='090910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140611' where kec='090911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140612' where kec='090912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140613' where kec='090913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140614' where kec='090914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140615' where kec='090917'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140616' where kec='090916'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140701' where kec='091001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140701' where kec='091015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140702' where kec='091002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140703' where kec='091003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140704' where kec='091004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140705' where kec='091005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140706' where kec='091006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140707' where kec='091007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140708' where kec='091009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140710' where kec='091010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140711' where kec='091011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140712' where kec='091012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140713' where kec='091013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140714' where kec='091014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140801' where kec='091102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140802' where kec='091103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140803' where kec='091101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140804' where kec='091104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140805' where kec='091108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140806' where kec='091106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140807' where kec='091105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140808' where kec='091107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140809' where kec='091111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140810' where kec='091109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140811' where kec='091110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140812' where kec='091113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140813' where kec='091115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140814' where kec='091112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140901' where kec='091401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140902' where kec='091402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140903' where kec='091404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140904' where kec='091405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140905' where kec='091406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140906' where kec='091403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140908' where kec='091410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140909' where kec='091407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140910' where kec='091408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140911' where kec='091409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140912' where kec='091411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140913' where kec='091413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140914' where kec='091414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='140915' where kec='091415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='141001' where kec='091504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='141002' where kec='091503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='141003' where kec='091502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='141004' where kec='091505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='141005' where kec='091501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='141007' where kec='091508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='141008' where kec='091506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='141009' where kec='091509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147101' where kec='096006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147102' where kec='096005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147103' where kec='096004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147104' where kec='096003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147105' where kec='096007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147106' where kec='096008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147107' where kec='096002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147108' where kec='096001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147109' where kec='096010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147110' where kec='096009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147111' where kec='096012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147112' where kec='096011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147201' where kec='096202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147202' where kec='096203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147203' where kec='096201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147204' where kec='096205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147205' where kec='096204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147206' where kec='096206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='147207' where kec='096207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150101' where kec='100501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150102' where kec='100504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150104' where kec='100505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150105' where kec='100507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150106' where kec='100508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150107' where kec='100502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150108' where kec='100503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150109' where kec='100509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150111' where kec='100511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150115' where kec='100515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150116' where kec='100516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150117' where kec='100517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150118' where kec='100520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150119' where kec='100521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150121' where kec='100519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150201' where kec='100901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150202' where kec='100902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150203' where kec='100904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150204' where kec='100905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150205' where kec='100906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150206' where kec='100903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150207' where kec='100907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150208' where kec='100910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150209' where kec='100909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150210' where kec='100911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150212' where kec='100913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150213' where kec='100914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150214' where kec='100915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150215' where kec='100916'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150217' where kec='100918'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150218' where kec='100919'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150219' where kec='100921'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150220' where kec='100922'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150221' where kec='100924'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150222' where kec='100923'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150223' where kec='100925'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150224' where kec='100920'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150301' where kec='100301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150302' where kec='100302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150303' where kec='100303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150304' where kec='100305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150305' where kec='100304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150306' where kec='100306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150307' where kec='100307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150308' where kec='100308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150309' where kec='100309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150310' where kec='100310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150801' where kec='100201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150802' where kec='100204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150804' where kec='100203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150805' where kec='100202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150806' where kec='100206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150807' where kec='100209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150809' where kec='100208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150811' where kec='100213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150812' where kec='100212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150813' where kec='100218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150814' where kec='100214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150815' where kec='100216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150816' where kec='100217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150817' where kec='100299'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150901' where kec='100603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150902' where kec='100602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150903' where kec='100604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150904' where kec='100601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150905' where kec='100605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150906' where kec='100606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150907' where kec='100608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150908' where kec='100607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150909' where kec='100609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150910' where kec='100610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150911' where kec='100611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='150912' where kec='100612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157102' where kec='106002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157103' where kec='106008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157104' where kec='106004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157105' where kec='106007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157106' where kec='106006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157107' where kec='106001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157108' where kec='106003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157109' where kec='106009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157110' where kec='106010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157111' where kec='106011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157201' where kec='106102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157203' where kec='106104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157204' where kec='106101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157205' where kec='106105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157206' where kec='106106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157207' where kec='106107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='157208' where kec='106108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160301' where kec='110402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160302' where kec='110404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160303' where kec='110422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160304' where kec='110405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160306' where kec='110407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160307' where kec='110403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160308' where kec='110401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160309' where kec='110420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160310' where kec='110419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160311' where kec='110412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160314' where kec='110416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160315' where kec='110417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160316' where kec='110409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160317' where kec='110410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160319' where kec='110411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160321' where kec='110424'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160322' where kec='110425'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160323' where kec='110433'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160324' where kec='110435'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160325' where kec='110432'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160406' where kec='110506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160407' where kec='110504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160409' where kec='110524'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160410' where kec='110512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160412' where kec='110515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160415' where kec='110514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160416' where kec='110519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160417' where kec='110511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160418' where kec='110521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160419' where kec='110520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160420' where kec='110526'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160421' where kec='110527'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160422' where kec='110528'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160423' where kec='110529'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160424' where kec='110522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160425' where kec='110530'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160426' where kec='110531'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160429' where kec='110534'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160502' where kec='110608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160503' where kec='110607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160508' where kec='110606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160509' where kec='110605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160510' where kec='110603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160511' where kec='110612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160512' where kec='110609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160513' where kec='110611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160518' where kec='110619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160519' where kec='110620'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160520' where kec='110621'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160521' where kec='110622'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160601' where kec='110104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160602' where kec='110111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160603' where kec='110103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160605' where kec='110101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160606' where kec='110102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160606' where kec='110119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160607' where kec='110109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160608' where kec='110113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160609' where kec='110110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160610' where kec='110116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160611' where kec='110117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160612' where kec='110118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160614' where kec='110120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160701' where kec='110706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160702' where kec='110707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160703' where kec='110703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160704' where kec='110717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160705' where kec='110704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160706' where kec='110709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160707' where kec='110711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160708' where kec='110710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160709' where kec='110705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160710' where kec='110702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160711' where kec='110701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160712' where kec='110712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160713' where kec='110713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160714' where kec='110714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160715' where kec='110715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160716' where kec='110716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160717' where kec='110718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160718' where kec='110719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160719' where kec='110720'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160902' where kec='110902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160903' where kec='110901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160905' where kec='110905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160906' where kec='110906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160907' where kec='110907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160908' where kec='110909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160909' where kec='110908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160910' where kec='110910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160911' where kec='110911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160913' where kec='110913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160914' where kec='110914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160915' where kec='110915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160917' where kec='110917'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160918' where kec='110918'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='160919' where kec='110919'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161001' where kec='111002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161002' where kec='111003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161003' where kec='111001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161004' where kec='111004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161005' where kec='111005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161006' where kec='111006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161007' where kec='111014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161008' where kec='111013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161009' where kec='111011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161010' where kec='111012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161011' where kec='111015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161012' where kec='111016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161013' where kec='111010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161014' where kec='111007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161015' where kec='111008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161016' where kec='111009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161101' where kec='111102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161102' where kec='111103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161103' where kec='111104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161104' where kec='111105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161105' where kec='111101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161106' where kec='111106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161107' where kec='111107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161108' where kec='111108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161109' where kec='111109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161110' where kec='111110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161201' where kec='111225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161202' where kec='111221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161203' where kec='111226'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161204' where kec='111223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161205' where kec='111224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161301' where kec='111301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161302' where kec='111302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161303' where kec='111303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161305' where kec='111305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161306' where kec='111306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='161307' where kec='111307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167101' where kec='116001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167102' where kec='116002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167103' where kec='116003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167104' where kec='116004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167105' where kec='116005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167106' where kec='116006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167107' where kec='116008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167108' where kec='116007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167109' where kec='116009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167110' where kec='116014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167111' where kec='116013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167112' where kec='116012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167113' where kec='116011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167114' where kec='116010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167115' where kec='116015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167116' where kec='116016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167201' where kec='116301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167202' where kec='116302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167203' where kec='116303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167204' where kec='116304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167205' where kec='116305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167301' where kec='116202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167302' where kec='116201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167303' where kec='116203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167304' where kec='116204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167305' where kec='116206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167306' where kec='116205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167307' where kec='116207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167308' where kec='116208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167401' where kec='116104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167402' where kec='116103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167403' where kec='116105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167405' where kec='116107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='167406' where kec='116108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170206' where kec='260202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170208' where kec='260210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170209' where kec='260204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170210' where kec='260211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170211' where kec='260212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170216' where kec='260224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170217' where kec='260225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170218' where kec='260221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170219' where kec='260222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170221' where kec='260219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170222' where kec='260220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170223' where kec='260217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170224' where kec='260223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170301' where kec='260101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170306' where kec='260105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170309' where kec='260108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170310' where kec='260107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170311' where kec='260119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170312' where kec='260109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170313' where kec='260121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170314' where kec='260110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170315' where kec='260118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170316' where kec='260117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170319' where kec='260122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170320' where kec='260123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170321' where kec='260124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170323' where kec='260126'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170401' where kec='260706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170402' where kec='260707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170403' where kec='260703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170404' where kec='260702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170405' where kec='260701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170406' where kec='260704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170407' where kec='260705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170408' where kec='260711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170409' where kec='260712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170410' where kec='260709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170411' where kec='260710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170413' where kec='260715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170414' where kec='260713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170415' where kec='260714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170501' where kec='260803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170502' where kec='260802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170503' where kec='260801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170504' where kec='260805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170505' where kec='260804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170506' where kec='260813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170507' where kec='260814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170508' where kec='260810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170509' where kec='260811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170510' where kec='260812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170511' where kec='260809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170512' where kec='260807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170513' where kec='260808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170514' where kec='260806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170701' where kec='260602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170702' where kec='260605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170703' where kec='260604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170704' where kec='260601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170706' where kec='260607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170707' where kec='260608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170708' where kec='260609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170709' where kec='260610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170710' where kec='260611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170711' where kec='260612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170712' where kec='260613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170801' where kec='260502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170802' where kec='260504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170803' where kec='260503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170804' where kec='260501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170805' where kec='260508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170807' where kec='260506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='170808' where kec='260505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='177101' where kec='266001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='177102' where kec='266002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='177103' where kec='266003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='177105' where kec='266005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='177106' where kec='266006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='177107' where kec='266007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='177108' where kec='266008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='177109' where kec='266009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180301' where kec='120301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180302' where kec='120304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180303' where kec='120307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180304' where kec='120302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180305' where kec='120306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180306' where kec='120303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180307' where kec='120305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180308' where kec='120308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180309' where kec='120311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180310' where kec='120312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180311' where kec='120310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180312' where kec='120309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180313' where kec='120313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180314' where kec='120314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180315' where kec='120315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180316' where kec='120316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180317' where kec='120317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180318' where kec='120318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180319' where kec='120319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180320' where kec='120320'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180321' where kec='120321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180322' where kec='120322'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180323' where kec='120323'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180404' where kec='120404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180405' where kec='120406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180406' where kec='120405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180408' where kec='120407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180409' where kec='120414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180410' where kec='120409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180411' where kec='120413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180415' where kec='120415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180418' where kec='120492'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180419' where kec='120493'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180420' where kec='120499'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180421' where kec='120494'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180422' where kec='120491'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180423' where kec='120495'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180502' where kec='120505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180506' where kec='120504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180508' where kec='120503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180511' where kec='120514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180520' where kec='120519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180522' where kec='120521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180523' where kec='120520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180525' where kec='120527'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180526' where kec='120525'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180527' where kec='120526'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180529' where kec='120528'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180530' where kec='120529'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180601' where kec='120602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180602' where kec='120604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180603' where kec='120601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180604' where kec='120603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180609' where kec='120611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180611' where kec='120605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180612' where kec='120614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180615' where kec='120615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180616' where kec='120612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180618' where kec='120618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180619' where kec='120619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180620' where kec='120620'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180621' where kec='120621'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180624' where kec='120624'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180625' where kec='120625'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180626' where kec='120626'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180627' where kec='120627'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180801' where kec='120804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180802' where kec='120803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180803' where kec='120801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180804' where kec='120802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180805' where kec='120805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180806' where kec='120806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180807' where kec='120810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180808' where kec='120809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180809' where kec='120808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180810' where kec='120807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180811' where kec='120811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180812' where kec='120812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180813' where kec='120813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180814' where kec='120814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180902' where kec='120906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180903' where kec='120907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180904' where kec='120904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180905' where kec='120901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180905' where kec='120910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180905' where kec='120911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180907' where kec='120903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180908' where kec='120908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='180909' where kec='120909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181001' where kec='121005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181003' where kec='121006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181004' where kec='121008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181005' where kec='121001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181006' where kec='121004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181007' where kec='121003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181008' where kec='121002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181009' where kec='121009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181102' where kec='121104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181104' where kec='121106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181105' where kec='121105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181106' where kec='121107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181107' where kec='121102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181201' where kec='121203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181202' where kec='121202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181203' where kec='121201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181204' where kec='121207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181205' where kec='121208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181206' where kec='121206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181207' where kec='121204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181208' where kec='121205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181209' where kec='121209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181301' where kec='121336'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181302' where kec='121331'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181303' where kec='121333'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181304' where kec='121337'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181307' where kec='121340'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181308' where kec='121338'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181309' where kec='121332'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='181311' where kec='121301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187101' where kec='126008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187102' where kec='126009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187104' where kec='126003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187110' where kec='126011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187111' where kec='126012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187112' where kec='126013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187113' where kec='126010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187114' where kec='126014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187115' where kec='126015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187116' where kec='126018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187117' where kec='126017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187118' where kec='126016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187120' where kec='126019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187201' where kec='126101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187202' where kec='126102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187203' where kec='126103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187204' where kec='126104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='187205' where kec='126105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190101' where kec='290109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190102' where kec='290113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190103' where kec='290108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190104' where kec='290107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190105' where kec='290116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190106' where kec='290115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190107' where kec='290117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190108' where kec='290114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190201' where kec='290206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190202' where kec='290201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190203' where kec='290209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190204' where kec='290207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190205' where kec='290208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190301' where kec='290503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190304' where kec='290502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190305' where kec='290501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190306' where kec='290507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190401' where kec='290301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190402' where kec='290302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190403' where kec='290303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190404' where kec='290304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190405' where kec='290306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190406' where kec='290305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190502' where kec='290404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190503' where kec='290405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190504' where kec='290401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190505' where kec='290402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190506' where kec='290406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190601' where kec='290603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190602' where kec='290602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190603' where kec='290601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190604' where kec='290604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190605' where kec='290605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190606' where kec='290606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='190607' where kec='290607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210104' where kec='310102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210106' where kec='310110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210107' where kec='310101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210108' where kec='310104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210109' where kec='310103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210112' where kec='310106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210113' where kec='310107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210114' where kec='310108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210115' where kec='310109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210201' where kec='310201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210202' where kec='310202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210203' where kec='310203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210204' where kec='310204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210205' where kec='310205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210206' where kec='310206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210207' where kec='310207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210208' where kec='310208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210209' where kec='310209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210210' where kec='310210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210211' where kec='310211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210212' where kec='310212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210304' where kec='310303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210305' where kec='310304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210306' where kec='310306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210307' where kec='310305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210308' where kec='310311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210309' where kec='310309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210310' where kec='310312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210311' where kec='310313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210315' where kec='310317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210316' where kec='310318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210318' where kec='310320'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210319' where kec='310321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210401' where kec='310401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210402' where kec='310402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210403' where kec='310403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210404' where kec='310404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210405' where kec='310405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210406' where kec='310406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210407' where kec='310408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210408' where kec='310409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210409' where kec='310407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210410' where kec='310410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210501' where kec='310503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210502' where kec='310504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210503' where kec='310506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210504' where kec='310505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210505' where kec='310502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210506' where kec='310501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='210507' where kec='310507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217101' where kec='316001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217102' where kec='316006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217103' where kec='316002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217104' where kec='316007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217105' where kec='316004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217106' where kec='316005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217107' where kec='316003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217108' where kec='316008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217109' where kec='316011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217110' where kec='316012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217111' where kec='316013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='217112' where kec='316014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320101' where kec='020521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320101' where kec='025021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320103' where kec='020520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320103' where kec='025020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320104' where kec='020513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320104' where kec='025013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320105' where kec='020514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320105' where kec='025014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320106' where kec='020517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320106' where kec='025017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320107' where kec='020518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320107' where kec='025018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320108' where kec='020516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320108' where kec='025016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320109' where kec='020515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320109' where kec='025015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320110' where kec='020524'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320110' where kec='025024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320111' where kec='020525'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320111' where kec='025025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320112' where kec='020523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320112' where kec='025023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320113' where kec='020522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320113' where kec='025022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320114' where kec='020502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320114' where kec='025002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320115' where kec='020505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320115' where kec='025005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320116' where kec='020504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320116' where kec='025004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320117' where kec='020503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320117' where kec='025003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320118' where kec='020526'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320118' where kec='025026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320119' where kec='020528'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320119' where kec='025028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320121' where kec='020501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320121' where kec='025001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320122' where kec='020527'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320122' where kec='025027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320123' where kec='020529'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320123' where kec='025029'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320124' where kec='020510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320124' where kec='025010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320125' where kec='020511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320125' where kec='025011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320126' where kec='020512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320126' where kec='025012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320127' where kec='020509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320127' where kec='025009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320128' where kec='020508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320128' where kec='025008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320129' where kec='020507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320129' where kec='025007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320130' where kec='020506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320130' where kec='025006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320131' where kec='020531'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320131' where kec='025031'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320132' where kec='025033'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320133' where kec='020532'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320133' where kec='025032'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320134' where kec='020535'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320134' where kec='025035'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320135' where kec='020534'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320135' where kec='025034'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320137' where kec='020537'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320137' where kec='025037'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320138' where kec='020538'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320138' where kec='025038'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320139' where kec='020539'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320139' where kec='025039'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320140' where kec='020540'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320140' where kec='025040'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320202' where kec='020635'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320202' where kec='026035'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320203' where kec='020632'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320203' where kec='026032'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320205' where kec='020629'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320206' where kec='020628'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320207' where kec='020610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320210' where kec='020614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320211' where kec='020621'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320212' where kec='020622'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320213' where kec='020626'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320215' where kec='020625'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320216' where kec='020623'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320217' where kec='020624'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320219' where kec='020630'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320220' where kec='020645'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320220' where kec='026045'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320222' where kec='020601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320223' where kec='020605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320224' where kec='020603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320225' where kec='020638'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320226' where kec='020602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320228' where kec='020634'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320228' where kec='026034'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320229' where kec='020620'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320230' where kec='020619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320231' where kec='020643'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320231' where kec='026043'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320232' where kec='020618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320233' where kec='020617'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320235' where kec='020641'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320235' where kec='026041'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320236' where kec='020642'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320236' where kec='026042'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320237' where kec='020609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320238' where kec='020640'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320238' where kec='026040'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320239' where kec='020615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320240' where kec='020616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320241' where kec='020608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320242' where kec='020639'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320242' where kec='026039'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320243' where kec='020607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320244' where kec='020637'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320244' where kec='026037'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320245' where kec='020606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320246' where kec='020646'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320247' where kec='020647'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320247' where kec='026047'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320301' where kec='020720'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320301' where kec='027020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320302' where kec='020713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320302' where kec='027013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320303' where kec='020712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320303' where kec='027012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320304' where kec='020714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320304' where kec='027014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320305' where kec='020717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320305' where kec='027017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320308' where kec='020718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320308' where kec='027018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320309' where kec='020715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320309' where kec='027015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320310' where kec='020722'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320310' where kec='027022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320311' where kec='020721'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320311' where kec='027021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320313' where kec='020723'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320313' where kec='027023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320314' where kec='020709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320314' where kec='027009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320315' where kec='020711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320315' where kec='027011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320316' where kec='020708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320316' where kec='027008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320317' where kec='020707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320317' where kec='027007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320318' where kec='020710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320318' where kec='027010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320319' where kec='020706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320319' where kec='027006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320320' where kec='020705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320320' where kec='027005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320322' where kec='020701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320322' where kec='027001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320323' where kec='020703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320323' where kec='027003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320324' where kec='020704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320324' where kec='027004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320326' where kec='020727'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320326' where kec='027027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320327' where kec='020730'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320327' where kec='027030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320328' where kec='020731'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320328' where kec='027031'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320329' where kec='020729'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320329' where kec='027029'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320330' where kec='020728'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320330' where kec='027028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320331' where kec='020732'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320331' where kec='027032'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320332' where kec='020733'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320332' where kec='027033'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320405' where kec='020824'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320405' where kec='028024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320406' where kec='020826'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320406' where kec='028026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320407' where kec='020825'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320407' where kec='028025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320408' where kec='020823'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320408' where kec='028023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320409' where kec='020821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320409' where kec='028021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320410' where kec='020820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320410' where kec='028020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320411' where kec='020818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320411' where kec='028018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320412' where kec='020822'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320412' where kec='028022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320413' where kec='020816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320413' where kec='028016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320414' where kec='020817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320414' where kec='028017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320415' where kec='020804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320415' where kec='028004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320416' where kec='020815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320416' where kec='028015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320417' where kec='020803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320417' where kec='028003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320425' where kec='020810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320425' where kec='028010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320426' where kec='020830'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320426' where kec='028030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320427' where kec='020809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320427' where kec='028009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320428' where kec='020811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320428' where kec='028011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320429' where kec='020813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320429' where kec='028013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320430' where kec='020806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320430' where kec='028006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320431' where kec='020805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320432' where kec='020814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320432' where kec='028014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320433' where kec='020812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320433' where kec='028012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320434' where kec='020831'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320434' where kec='028031'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320435' where kec='020808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320435' where kec='028008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320436' where kec='020807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320436' where kec='028007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320437' where kec='020819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320437' where kec='028019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320438' where kec='020802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320438' where kec='028002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320439' where kec='020801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320439' where kec='028001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320440' where kec='020829'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320440' where kec='028029'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320444' where kec='020832'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320444' where kec='028032'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320446' where kec='020833'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320446' where kec='028033'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320501' where kec='021119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320502' where kec='021120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320503' where kec='021121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320504' where kec='021039'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320504' where kec='021139'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320505' where kec='021040'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320505' where kec='021140'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320506' where kec='021123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320507' where kec='021117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320508' where kec='021036'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320508' where kec='021136'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320509' where kec='021124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320510' where kec='021128'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320511' where kec='021125'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320512' where kec='021126'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320513' where kec='021038'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320513' where kec='021138'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320514' where kec='021031'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320514' where kec='021131'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320515' where kec='021022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320515' where kec='021122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320516' where kec='021037'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320516' where kec='021137'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320517' where kec='021115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320518' where kec='021041'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320518' where kec='021141'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320519' where kec='021114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320520' where kec='021116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320521' where kec='021035'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320521' where kec='021135'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320522' where kec='021112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320523' where kec='021113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320524' where kec='021011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320524' where kec='021111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320525' where kec='021034'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320525' where kec='021134'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320526' where kec='021110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320527' where kec='021107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320528' where kec='021109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320529' where kec='021108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320530' where kec='021106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320531' where kec='021103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320532' where kec='021032'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320532' where kec='021132'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320533' where kec='021105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320534' where kec='021104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320535' where kec='021102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320536' where kec='021033'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320536' where kec='021133'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320537' where kec='021101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320539' where kec='021030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320539' where kec='021130'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320540' where kec='021127'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320541' where kec='021143'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320542' where kec='021042'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320542' where kec='021142'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320601' where kec='021201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320602' where kec='021202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320603' where kec='021203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320604' where kec='021204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320605' where kec='021205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320606' where kec='021206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320607' where kec='021228'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320607' where kec='022028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320608' where kec='021207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320609' where kec='021232'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320609' where kec='022032'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320610' where kec='021233'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320610' where kec='022033'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320611' where kec='021208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320612' where kec='021209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320613' where kec='021210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320614' where kec='021211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320615' where kec='021234'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320615' where kec='022034'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320616' where kec='021212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320617' where kec='021213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320618' where kec='021214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320619' where kec='021235'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320619' where kec='022035'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320620' where kec='021215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320622' where kec='021216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320624' where kec='021219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320625' where kec='021236'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320625' where kec='022036'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320626' where kec='021231'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320626' where kec='022031'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320627' where kec='021220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320628' where kec='021221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320629' where kec='021239'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320629' where kec='022039'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320630' where kec='021229'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320630' where kec='022029'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320631' where kec='021230'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320631' where kec='022030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320632' where kec='021223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320633' where kec='021240'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320633' where kec='022040'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320634' where kec='021224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320635' where kec='021225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320636' where kec='021226'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320637' where kec='021241'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320637' where kec='022041'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320638' where kec='021227'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320639' where kec='021242'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320639' where kec='022042'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320701' where kec='021421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320701' where kec='024021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320702' where kec='021422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320702' where kec='024022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320703' where kec='021415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320703' where kec='024015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320704' where kec='021424'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320704' where kec='024024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320705' where kec='021413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320705' where kec='024013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320706' where kec='021423'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320706' where kec='024023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320707' where kec='021430'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320707' where kec='024030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320708' where kec='021429'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320708' where kec='024029'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320709' where kec='021428'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320709' where kec='024028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320710' where kec='021427'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320710' where kec='024027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320711' where kec='021425'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320711' where kec='024025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320712' where kec='021426'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320712' where kec='024026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320713' where kec='021419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320713' where kec='024019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320714' where kec='021420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320715' where kec='021418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320715' where kec='024018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320716' where kec='021417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320717' where kec='021411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320717' where kec='024011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320718' where kec='021410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320718' where kec='024010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320719' where kec='021412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320719' where kec='024012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320729' where kec='021414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320729' where kec='024014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320730' where kec='021416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320730' where kec='024016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320731' where kec='021432'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320731' where kec='024032'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320732' where kec='021434'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320732' where kec='024034'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320734' where kec='021435'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320735' where kec='021433'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320735' where kec='024033'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320737' where kec='021438'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320801' where kec='021502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320802' where kec='021503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320803' where kec='021505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320804' where kec='021506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320805' where kec='021507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320806' where kec='021508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320807' where kec='021511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320808' where kec='021512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320809' where kec='021513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320810' where kec='021510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320811' where kec='021509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320812' where kec='021516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320813' where kec='021517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320814' where kec='021518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320815' where kec='021504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320816' where kec='021515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320817' where kec='021501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320818' where kec='021514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320819' where kec='021519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320820' where kec='021525'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320821' where kec='021521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320822' where kec='021520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320823' where kec='021523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320824' where kec='021528'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320825' where kec='021526'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320826' where kec='021527'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320827' where kec='021522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320828' where kec='021529'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320830' where kec='021531'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320832' where kec='021532'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320901' where kec='021701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320902' where kec='021702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320903' where kec='021703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320904' where kec='021725'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320905' where kec='021704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320908' where kec='021724'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320909' where kec='021707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320911' where kec='021729'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320912' where kec='021709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320913' where kec='021710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320914' where kec='021734'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320915' where kec='021712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320916' where kec='021726'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320917' where kec='021713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320918' where kec='021714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320919' where kec='021715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320920' where kec='021732'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320921' where kec='021735'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320921' where kec='027035'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320922' where kec='021718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320923' where kec='021719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320924' where kec='021720'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320925' where kec='021727'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320926' where kec='021721'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320927' where kec='021722'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320928' where kec='021723'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320929' where kec='021728'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320930' where kec='021730'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320931' where kec='021731'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320932' where kec='021736'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320932' where kec='027036'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320933' where kec='021737'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320933' where kec='027037'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320934' where kec='021733'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320935' where kec='021738'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320936' where kec='021739'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320936' where kec='027039'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320937' where kec='021740'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320937' where kec='027040'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320938' where kec='021741'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320938' where kec='027041'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320939' where kec='021742'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320940' where kec='021743'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='320940' where kec='027043'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321001' where kec='021601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321002' where kec='021602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321003' where kec='021603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321004' where kec='021604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321005' where kec='021605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321006' where kec='021606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321007' where kec='021607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321008' where kec='021609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321009' where kec='021610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321010' where kec='021612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321011' where kec='021614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321011' where kec='026014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321012' where kec='021615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321013' where kec='021617'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321014' where kec='021618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321015' where kec='021619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321016' where kec='021620'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321017' where kec='021621'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321018' where kec='021616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321019' where kec='021613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321020' where kec='021608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321021' where kec='021611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321022' where kec='021622'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321023' where kec='021623'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321024' where kec='021626'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321025' where kec='021625'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321026' where kec='021624'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321101' where kec='021010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321102' where kec='021025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321103' where kec='021008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321104' where kec='021009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321105' where kec='021024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321106' where kec='021007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321107' where kec='021014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321108' where kec='021015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321109' where kec='021028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321110' where kec='021018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321111' where kec='021003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321112' where kec='021029'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321113' where kec='021023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321114' where kec='021002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321115' where kec='021001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321116' where kec='021004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321117' where kec='021005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321118' where kec='021006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321119' where kec='021019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321120' where kec='021017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321121' where kec='021027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321122' where kec='021016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321123' where kec='021026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321124' where kec='021012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321125' where kec='021013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321126' where kec='021020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321201' where kec='021801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321202' where kec='021802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321203' where kec='021803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321204' where kec='021804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321205' where kec='021805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321205' where kec='028005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321206' where kec='021806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321207' where kec='021807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321208' where kec='021808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321209' where kec='021809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321210' where kec='021810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321211' where kec='021811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321212' where kec='021812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321213' where kec='021813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321214' where kec='021814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321215' where kec='021815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321216' where kec='021816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321217' where kec='021824'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321218' where kec='021817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321219' where kec='021823'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321220' where kec='021818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321221' where kec='021819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321222' where kec='021820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321223' where kec='021821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321224' where kec='021822'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321225' where kec='021825'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321227' where kec='021827'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321227' where kec='028027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321228' where kec='021828'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321228' where kec='028028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321229' where kec='021829'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321230' where kec='021830'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321231' where kec='021831'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321301' where kec='021901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321301' where kec='029001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321302' where kec='021903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321302' where kec='029003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321303' where kec='021907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321303' where kec='029007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321304' where kec='021908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321304' where kec='029008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321305' where kec='021910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321305' where kec='029010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321306' where kec='021912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321306' where kec='029012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321307' where kec='021914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321307' where kec='029014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321308' where kec='021917'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321308' where kec='029017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321309' where kec='021918'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321309' where kec='029018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321310' where kec='021920'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321311' where kec='021919'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321311' where kec='029019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321312' where kec='021902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321312' where kec='029002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321313' where kec='021922'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321313' where kec='029022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321314' where kec='021904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321314' where kec='029004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321315' where kec='021916'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321315' where kec='029016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321316' where kec='021911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321316' where kec='029011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321317' where kec='021906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321317' where kec='029006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321318' where kec='021915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321318' where kec='029015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321319' where kec='021905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321319' where kec='029005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321320' where kec='021909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321320' where kec='029009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321322' where kec='021913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321322' where kec='029013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321323' where kec='021924'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321323' where kec='029024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321324' where kec='021930'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321324' where kec='029030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321325' where kec='021926'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321325' where kec='029026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321326' where kec='021925'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321326' where kec='029025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321327' where kec='021923'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321327' where kec='029023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321328' where kec='021927'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321328' where kec='029027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321329' where kec='021929'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321329' where kec='029029'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321330' where kec='021928'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321330' where kec='029028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321401' where kec='022010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321402' where kec='022011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321403' where kec='022001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321404' where kec='022004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321405' where kec='022005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321406' where kec='022006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321407' where kec='022002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321408' where kec='022003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321409' where kec='022008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321410' where kec='022009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321411' where kec='022007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321412' where kec='022014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321413' where kec='022016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321414' where kec='022015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321415' where kec='022012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321417' where kec='022013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321501' where kec='022133'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321502' where kec='022101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321504' where kec='022102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321505' where kec='022104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321506' where kec='022115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321507' where kec='022114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321508' where kec='022119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321509' where kec='022118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321510' where kec='022116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321511' where kec='022117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321512' where kec='022120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321513' where kec='022105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321514' where kec='022107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321515' where kec='022126'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321516' where kec='022106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321517' where kec='022110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321518' where kec='022112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321519' where kec='022109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321520' where kec='022113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321521' where kec='021021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321521' where kec='022121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321522' where kec='022122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321523' where kec='022123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321524' where kec='022124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321526' where kec='022130'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321528' where kec='022131'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321529' where kec='022127'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321530' where kec='022132'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321602' where kec='022209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321603' where kec='022026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321603' where kec='022226'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321604' where kec='022211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321605' where kec='022217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321606' where kec='022216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321607' where kec='022207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321608' where kec='022018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321608' where kec='022218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321609' where kec='022020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321609' where kec='022220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321610' where kec='022019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321610' where kec='022219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321611' where kec='022022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321611' where kec='022222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321612' where kec='022205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321613' where kec='022213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321614' where kec='022025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321614' where kec='022225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321615' where kec='022212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321616' where kec='022214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321618' where kec='022201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321619' where kec='022021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321619' where kec='022221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321620' where kec='022024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321620' where kec='022224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321621' where kec='022027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321621' where kec='022227'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321622' where kec='022203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321801' where kec='022560'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321801' where kec='025060'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321802' where kec='022551'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321802' where kec='025051'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321803' where kec='022552'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321803' where kec='025052'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321804' where kec='022553'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321804' where kec='025053'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321805' where kec='022554'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321805' where kec='025054'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321806' where kec='022555'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321806' where kec='025055'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321807' where kec='022556'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321807' where kec='025056'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321808' where kec='022557'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321808' where kec='025057'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321809' where kec='022558'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321809' where kec='025058'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321810' where kec='022559'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='321810' where kec='025059'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327106' where kec='026106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327202' where kec='026205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327203' where kec='026202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327204' where kec='026203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327205' where kec='026201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327207' where kec='026207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327301' where kec='026025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327302' where kec='026023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327303' where kec='026002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327305' where kec='026018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327306' where kec='026019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327307' where kec='026024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327308' where kec='026026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327309' where kec='026020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327311' where kec='026006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327312' where kec='026016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327313' where kec='026007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327314' where kec='026021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327315' where kec='026001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327316' where kec='026015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327318' where kec='026022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327319' where kec='026017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327320' where kec='026031'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327321' where kec='026008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327322' where kec='026009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327323' where kec='026010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327324' where kec='026013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327325' where kec='026011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327326' where kec='026012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327327' where kec='026027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327328' where kec='026028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327329' where kec='026029'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327330' where kec='026030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327401' where kec='026305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327403' where kec='026301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327404' where kec='026303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327405' where kec='026304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327501' where kec='026504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327502' where kec='026506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327503' where kec='026507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327504' where kec='026505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327505' where kec='026510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327507' where kec='026503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327508' where kec='026501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327509' where kec='026502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327601' where kec='026602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327602' where kec='026604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327603' where kec='026601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327604' where kec='026606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327605' where kec='026603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327606' where kec='026605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327607' where kec='026607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327608' where kec='026608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327609' where kec='026609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327610' where kec='026610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327611' where kec='026611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327701' where kec='026701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327702' where kec='026702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327703' where kec='026703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327801' where kec='026807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327802' where kec='026806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327803' where kec='026808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327804' where kec='026805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327805' where kec='026803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327806' where kec='026801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327807' where kec='026802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327808' where kec='026804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327809' where kec='026810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327810' where kec='026809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327901' where kec='026901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327902' where kec='026903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327903' where kec='026902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='327904' where kec='026904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330101' where kec='030108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330102' where kec='030115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330103' where kec='030116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330104' where kec='030120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330105' where kec='030121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330106' where kec='030119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330107' where kec='030117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330108' where kec='030114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330109' where kec='030112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330110' where kec='030110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330111' where kec='030107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330112' where kec='030105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330113' where kec='030104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330114' where kec='030103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330115' where kec='030102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330116' where kec='030101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330117' where kec='030118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330118' where kec='030106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330119' where kec='030109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330120' where kec='030111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330121' where kec='030122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330122' where kec='030123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330123' where kec='030124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330124' where kec='030113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330201' where kec='030201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330202' where kec='030202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330203' where kec='030203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330204' where kec='030204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330205' where kec='030205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330206' where kec='030206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330207' where kec='030207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330208' where kec='030208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330209' where kec='030209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330210' where kec='030210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330211' where kec='030211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330212' where kec='030212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330213' where kec='030213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330214' where kec='030214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330215' where kec='030215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330216' where kec='030216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330217' where kec='030217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330217' where kec='032017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330218' where kec='030218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330218' where kec='032018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330219' where kec='030223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330219' where kec='032023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330220' where kec='030222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330220' where kec='032022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330221' where kec='030221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330221' where kec='032021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330224' where kec='030224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330224' where kec='032024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330225' where kec='030225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330225' where kec='032025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330226' where kec='030226'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330226' where kec='032026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330227' where kec='030227'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330227' where kec='032027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330301' where kec='030301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330302' where kec='030302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330302' where kec='033002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330303' where kec='030303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330303' where kec='033003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330304' where kec='030305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330305' where kec='030306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330305' where kec='033006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330306' where kec='030307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330307' where kec='030309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330308' where kec='030311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330309' where kec='030312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330310' where kec='030313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330311' where kec='030314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330312' where kec='030315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330312' where kec='033015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330313' where kec='030316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330313' where kec='033016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330314' where kec='030310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330315' where kec='030308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330316' where kec='030304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330317' where kec='030317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330318' where kec='030318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330318' where kec='033018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330401' where kec='030401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330401' where kec='034001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330403' where kec='030403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330403' where kec='034003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330404' where kec='030404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330405' where kec='030405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330405' where kec='034005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330406' where kec='030406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330406' where kec='034006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330407' where kec='030407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330408' where kec='030408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330409' where kec='030409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330409' where kec='034009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330410' where kec='030410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330410' where kec='034010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330411' where kec='030411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330411' where kec='034011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330412' where kec='030412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330412' where kec='034012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330413' where kec='030413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330413' where kec='034013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330414' where kec='030414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330415' where kec='030415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330415' where kec='034015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330416' where kec='030416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330417' where kec='030417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330417' where kec='034017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330418' where kec='030418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330418' where kec='034018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330419' where kec='030419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330419' where kec='034019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330420' where kec='030420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330501' where kec='030501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330502' where kec='030502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330503' where kec='030503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330504' where kec='030504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330505' where kec='030505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330506' where kec='030506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330507' where kec='030507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330508' where kec='030508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330509' where kec='030509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330510' where kec='030510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330511' where kec='030511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330512' where kec='030512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330513' where kec='030513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330514' where kec='030514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330515' where kec='030515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330516' where kec='030516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330517' where kec='030517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330518' where kec='030518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330519' where kec='030519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330520' where kec='030520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330520' where kec='035020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330521' where kec='030521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330521' where kec='035021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330522' where kec='030522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330522' where kec='035022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330523' where kec='030523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330523' where kec='035023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330524' where kec='030524'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330524' where kec='035024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330525' where kec='030525'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330526' where kec='030526'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330601' where kec='030601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330602' where kec='030602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330603' where kec='030603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330604' where kec='030604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330605' where kec='030605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330606' where kec='030606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330608' where kec='030608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330609' where kec='030609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330610' where kec='030610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330611' where kec='030611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330612' where kec='030612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330613' where kec='030613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330614' where kec='030614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330615' where kec='030615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330616' where kec='030616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330701' where kec='030701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330702' where kec='030702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330703' where kec='030703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330704' where kec='030704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330705' where kec='030705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330706' where kec='030706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330707' where kec='030707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330708' where kec='030708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330709' where kec='030709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330710' where kec='030710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330711' where kec='030711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330712' where kec='030712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330713' where kec='030713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330714' where kec='030714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330715' where kec='030715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330715' where kec='037015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330801' where kec='030801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330801' where kec='038001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330802' where kec='030802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330802' where kec='038002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330803' where kec='030803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330803' where kec='038003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330804' where kec='030804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330804' where kec='038004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330805' where kec='030805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330806' where kec='030806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330806' where kec='038006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330807' where kec='030809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330807' where kec='038009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330808' where kec='030807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330808' where kec='038007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330809' where kec='030808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330809' where kec='038008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330810' where kec='030811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330810' where kec='038011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330811' where kec='030812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330811' where kec='038012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330812' where kec='030813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330812' where kec='038013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330813' where kec='030814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330813' where kec='038014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330814' where kec='030815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330814' where kec='038015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330815' where kec='030810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330815' where kec='038010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330816' where kec='030819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330817' where kec='030821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330817' where kec='038021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330818' where kec='030820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330818' where kec='038020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330819' where kec='030818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330819' where kec='038018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330820' where kec='030817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330820' where kec='038017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330821' where kec='030816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330821' where kec='038016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330901' where kec='030901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330901' where kec='039001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330902' where kec='030902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330902' where kec='039002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330903' where kec='030903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330903' where kec='039003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330904' where kec='030904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330904' where kec='039004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330905' where kec='030905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330905' where kec='039005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330906' where kec='030906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330906' where kec='039006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330907' where kec='030907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330907' where kec='039007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330908' where kec='030908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330908' where kec='039008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330909' where kec='030909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330909' where kec='039009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330910' where kec='030910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330910' where kec='039010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330911' where kec='030911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330911' where kec='039011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330912' where kec='030912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330912' where kec='039012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330913' where kec='030913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330913' where kec='039013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330914' where kec='030914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330914' where kec='039014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330915' where kec='030915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330915' where kec='039015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330916' where kec='030916'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330916' where kec='039016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330917' where kec='030917'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330917' where kec='039017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330918' where kec='030918'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330918' where kec='039018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330919' where kec='030919'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='330919' where kec='039019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331001' where kec='031001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331002' where kec='031002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331003' where kec='031003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331004' where kec='031004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331005' where kec='031005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331006' where kec='031006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331007' where kec='031008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331008' where kec='031009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331009' where kec='031010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331010' where kec='031011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331011' where kec='031013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331012' where kec='031014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331013' where kec='031015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331014' where kec='031016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331015' where kec='031017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331016' where kec='031018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331017' where kec='031019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331018' where kec='031020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331019' where kec='031021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331020' where kec='031022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331021' where kec='031023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331022' where kec='031012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331023' where kec='031007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331024' where kec='031026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331026' where kec='031025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331101' where kec='031101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331102' where kec='031102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331103' where kec='031103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331104' where kec='031104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331105' where kec='031105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331106' where kec='031106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331107' where kec='031107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331108' where kec='031108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331109' where kec='031109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331110' where kec='031110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331111' where kec='031111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331112' where kec='031112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331201' where kec='031201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331202' where kec='031203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331203' where kec='031204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331901' where kec='031901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331204' where kec='031205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331205' where kec='031207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331206' where kec='031208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331207' where kec='031209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331208' where kec='031210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331209' where kec='031211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331210' where kec='031212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331211' where kec='031213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331212' where kec='031214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331213' where kec='031215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331214' where kec='031216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331215' where kec='031217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331216' where kec='031218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331217' where kec='031219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331218' where kec='031220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331219' where kec='031221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331220' where kec='031222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331221' where kec='031223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331222' where kec='031224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331223' where kec='031206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331224' where kec='031202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331225' where kec='031225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331301' where kec='031301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331301' where kec='033001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331302' where kec='031302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331303' where kec='031303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331304' where kec='031304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331304' where kec='033004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331305' where kec='031305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331305' where kec='033005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331306' where kec='031306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331307' where kec='031307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331307' where kec='033007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331308' where kec='031308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331308' where kec='033008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331309' where kec='031309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331309' where kec='033009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331310' where kec='031310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331310' where kec='033010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331311' where kec='031311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331311' where kec='033011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331312' where kec='031312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331312' where kec='033012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331313' where kec='031313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331313' where kec='033013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331314' where kec='031314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331314' where kec='033014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331315' where kec='031315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331316' where kec='031316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331317' where kec='031317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331317' where kec='033017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331401' where kec='031401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331402' where kec='031402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331403' where kec='031403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331404' where kec='031404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331405' where kec='031405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331406' where kec='031406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331408' where kec='031408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331409' where kec='031409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331410' where kec='031410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331411' where kec='031411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331412' where kec='031412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331413' where kec='031413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331414' where kec='031414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331415' where kec='031415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331416' where kec='031416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331417' where kec='031417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331418' where kec='031418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331419' where kec='031419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331420' where kec='031420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331501' where kec='031501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331501' where kec='035001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331502' where kec='031502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331503' where kec='031503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331504' where kec='031504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331505' where kec='031505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331506' where kec='031506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331506' where kec='035006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331507' where kec='031507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331508' where kec='031508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331509' where kec='031509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331510' where kec='031510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331511' where kec='031511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331512' where kec='031512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331513' where kec='031513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331514' where kec='031514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331515' where kec='031515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331516' where kec='031516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331516' where kec='035016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331517' where kec='031517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331517' where kec='035017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331518' where kec='031518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331518' where kec='035018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331519' where kec='031519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331519' where kec='035019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331601' where kec='031601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331602' where kec='031602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331603' where kec='031603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331604' where kec='031604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331604' where kec='036004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331605' where kec='031605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331605' where kec='036005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331606' where kec='031606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331606' where kec='036006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331607' where kec='031607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331607' where kec='036007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331608' where kec='031609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331608' where kec='036009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331610' where kec='031612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331610' where kec='036012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331611' where kec='031611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331611' where kec='036011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331612' where kec='031614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331612' where kec='036014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331613' where kec='031615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331613' where kec='036015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331614' where kec='031616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331614' where kec='036016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331615' where kec='031608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331615' where kec='036008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331616' where kec='031613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331616' where kec='036013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331701' where kec='031701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331702' where kec='031702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331703' where kec='031703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331704' where kec='031704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331705' where kec='031705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331706' where kec='031706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331707' where kec='031707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331708' where kec='031708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331709' where kec='031709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331710' where kec='031710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331711' where kec='031711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331712' where kec='031712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331713' where kec='031713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331714' where kec='031714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331801' where kec='031801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331802' where kec='031802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331803' where kec='031803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331804' where kec='031804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331805' where kec='031805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331805' where kec='038005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331806' where kec='031806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331807' where kec='031807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331808' where kec='031808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331809' where kec='031809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331810' where kec='031810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331811' where kec='031811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331812' where kec='031812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331813' where kec='031813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331814' where kec='031814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331815' where kec='031815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331816' where kec='031817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331818' where kec='031819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331818' where kec='038019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331819' where kec='031820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331820' where kec='031821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331821' where kec='031816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331902' where kec='031902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331903' where kec='031903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331904' where kec='031904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331905' where kec='031905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331906' where kec='031906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331907' where kec='031907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331908' where kec='031908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='331909' where kec='031909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332001' where kec='032001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332002' where kec='032002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332003' where kec='032003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332004' where kec='032004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332005' where kec='032006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332006' where kec='032008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332007' where kec='032009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332008' where kec='032010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332009' where kec='032011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332011' where kec='032007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332012' where kec='032005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332013' where kec='032013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332014' where kec='032014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332015' where kec='032016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332016' where kec='032015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332101' where kec='032101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332102' where kec='032102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332103' where kec='032103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332104' where kec='032104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332106' where kec='032108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332107' where kec='032109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332108' where kec='032110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332109' where kec='032111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332110' where kec='032112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332111' where kec='032107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332112' where kec='032106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332113' where kec='032113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332114' where kec='032114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332201' where kec='032201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332202' where kec='032202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332203' where kec='032203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332204' where kec='032204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332205' where kec='032205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332206' where kec='032206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332207' where kec='032207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332208' where kec='032208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332209' where kec='032209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332210' where kec='032210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332211' where kec='032211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332212' where kec='032212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332213' where kec='032214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332215' where kec='032213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332216' where kec='032218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332217' where kec='032217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332218' where kec='032219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332219' where kec='032020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332219' where kec='032220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332220' where kec='032221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332301' where kec='032302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332302' where kec='032304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332303' where kec='032303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332304' where kec='032306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332305' where kec='032307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332306' where kec='032308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332307' where kec='032309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332308' where kec='032301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332309' where kec='032310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332310' where kec='032311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332311' where kec='032313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332312' where kec='032312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332313' where kec='032305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332314' where kec='032316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332315' where kec='032317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332316' where kec='032315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332317' where kec='032314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332318' where kec='032319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332319' where kec='032320'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332320' where kec='032318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332401' where kec='032401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332402' where kec='032403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332403' where kec='032402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332404' where kec='032404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332404' where kec='034004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332405' where kec='032405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332406' where kec='032406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332407' where kec='032407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332407' where kec='034007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332408' where kec='032408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332408' where kec='034008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332409' where kec='032409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332410' where kec='032410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332411' where kec='032411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332412' where kec='032412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332413' where kec='032415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332414' where kec='032416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332414' where kec='034016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332416' where kec='032413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332417' where kec='032414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332417' where kec='034014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332418' where kec='032419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332419' where kec='032418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332420' where kec='032420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332420' where kec='034020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332501' where kec='032501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332502' where kec='032502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332502' where kec='035002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332503' where kec='032503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332503' where kec='035003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332504' where kec='032504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332504' where kec='035004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332505' where kec='032505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332505' where kec='035005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332506' where kec='032506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332507' where kec='032507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332507' where kec='035007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332508' where kec='032508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332508' where kec='035008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332509' where kec='032509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332509' where kec='035009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332510' where kec='032510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332510' where kec='035010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332511' where kec='032511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332511' where kec='035011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332512' where kec='032512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332512' where kec='035012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332513' where kec='032515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332513' where kec='035015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332514' where kec='032514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332514' where kec='035014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332515' where kec='032513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332515' where kec='035013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332601' where kec='032601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332602' where kec='032602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332603' where kec='032603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332604' where kec='032604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332605' where kec='032605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332606' where kec='032606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332607' where kec='032607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332608' where kec='032608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332609' where kec='032609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332610' where kec='032610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332611' where kec='032611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332612' where kec='032612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332613' where kec='032613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332614' where kec='032614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332615' where kec='032615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332616' where kec='032616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332617' where kec='032617'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332617' where kec='036017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332618' where kec='032618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332618' where kec='036018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332619' where kec='032619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332619' where kec='036019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332701' where kec='032701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332701' where kec='037001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332702' where kec='032702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332702' where kec='037002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332703' where kec='032703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332703' where kec='037003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332704' where kec='032704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332704' where kec='037004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332705' where kec='032705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332705' where kec='037005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332706' where kec='032706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332706' where kec='037006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332707' where kec='032707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332707' where kec='037007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332708' where kec='032708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332708' where kec='037008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332709' where kec='032709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332709' where kec='037009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332710' where kec='032710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332710' where kec='037010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332711' where kec='032711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332711' where kec='037011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332712' where kec='032712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332712' where kec='037012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332713' where kec='032713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332713' where kec='037013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332714' where kec='032714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332714' where kec='037014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332801' where kec='032801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332802' where kec='032802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332803' where kec='032803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332804' where kec='032804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332805' where kec='032805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332806' where kec='032806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332807' where kec='032807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332808' where kec='032808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332809' where kec='032809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332810' where kec='032810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332811' where kec='032812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332812' where kec='032814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332813' where kec='032813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332814' where kec='032815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332815' where kec='032816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332816' where kec='032817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332817' where kec='032818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332818' where kec='032811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332901' where kec='032901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332902' where kec='032902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332903' where kec='032903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332904' where kec='032904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332905' where kec='032905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332906' where kec='032906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332907' where kec='032916'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332908' where kec='032914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332909' where kec='032917'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332910' where kec='032915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332911' where kec='032912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332912' where kec='032910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332913' where kec='032911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332914' where kec='032913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332915' where kec='032907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332916' where kec='032908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='332917' where kec='032909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337101' where kec='036001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337102' where kec='036002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337103' where kec='036003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337201' where kec='036101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337202' where kec='036102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337204' where kec='036104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337205' where kec='036105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337301' where kec='036204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337302' where kec='036202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337303' where kec='036201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337304' where kec='036203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337401' where kec='036312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337402' where kec='036313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337403' where kec='036311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337404' where kec='036310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337405' where kec='036309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337406' where kec='036308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337407' where kec='036305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337408' where kec='036306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337410' where kec='036307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337411' where kec='036303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337413' where kec='036314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337414' where kec='036301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337415' where kec='036316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337416' where kec='036315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337501' where kec='036401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337502' where kec='036402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337503' where kec='036404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337504' where kec='036403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337601' where kec='036503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337602' where kec='036502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337603' where kec='036501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='337604' where kec='036504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340101' where kec='040401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340102' where kec='040402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340103' where kec='040403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340104' where kec='040404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340105' where kec='040405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340106' where kec='040406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340107' where kec='040407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340108' where kec='040408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340109' where kec='040409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340110' where kec='040410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340111' where kec='040412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340112' where kec='040411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340201' where kec='040101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340202' where kec='040102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340203' where kec='040103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340204' where kec='040104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340206' where kec='040106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340207' where kec='040116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340208' where kec='040107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340209' where kec='040108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340210' where kec='040109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340211' where kec='040110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340212' where kec='040113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340213' where kec='040111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340214' where kec='040112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340215' where kec='040114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340216' where kec='040115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340217' where kec='040117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340401' where kec='040218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340402' where kec='040204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340403' where kec='040201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340404' where kec='040202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340405' where kec='040203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340406' where kec='040206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340407' where kec='040207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340408' where kec='040208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340409' where kec='040209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340410' where kec='040210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340411' where kec='040211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340412' where kec='040212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340413' where kec='040213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340414' where kec='040214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340415' where kec='040215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340416' where kec='040216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='340417' where kec='040217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347101' where kec='046014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347102' where kec='046013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347103' where kec='046006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347104' where kec='046007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347105' where kec='046012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347106' where kec='046010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347107' where kec='046011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347108' where kec='046001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347109' where kec='046002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347110' where kec='046009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347111' where kec='046008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347112' where kec='046003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347113' where kec='046004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='347114' where kec='046005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350101' where kec='051201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350102' where kec='051203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350103' where kec='051202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350104' where kec='051204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350105' where kec='051205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350106' where kec='051206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350107' where kec='051207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350108' where kec='051208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350109' where kec='051209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350110' where kec='051210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350111' where kec='051211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350112' where kec='051212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350201' where kec='051102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350202' where kec='051101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350203' where kec='051103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350204' where kec='051104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350205' where kec='051105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350206' where kec='051106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350207' where kec='051107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350208' where kec='051108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350209' where kec='051110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350210' where kec='051109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350211' where kec='051111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350212' where kec='051112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350213' where kec='051114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350214' where kec='051115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350215' where kec='051116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350216' where kec='051118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350217' where kec='051117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350218' where kec='051119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350219' where kec='051120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350220' where kec='051113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350221' where kec='051121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350301' where kec='051701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350302' where kec='051702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350303' where kec='051706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350304' where kec='051705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350305' where kec='051712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350306' where kec='051707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350307' where kec='051704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350308' where kec='051703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350309' where kec='051713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350310' where kec='051708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350311' where kec='051711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350312' where kec='051710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350313' where kec='051709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350314' where kec='051714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350401' where kec='051612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350402' where kec='051611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350403' where kec='051613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350404' where kec='051614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350405' where kec='051616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350406' where kec='051618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350407' where kec='051619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350408' where kec='051615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350409' where kec='051617'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350410' where kec='051610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350411' where kec='051609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350413' where kec='051608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350414' where kec='051606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350415' where kec='051601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350417' where kec='051602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350418' where kec='051603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350501' where kec='051521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350502' where kec='051522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350502' where kec='055022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350503' where kec='051520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350504' where kec='051507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350505' where kec='051501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350506' where kec='051519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350507' where kec='051518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350508' where kec='051502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350509' where kec='051517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350510' where kec='051508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350511' where kec='051516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350512' where kec='051506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350513' where kec='051503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350514' where kec='051509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350515' where kec='051515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350516' where kec='051505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350517' where kec='051514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350518' where kec='051513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350519' where kec='051511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350520' where kec='051504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350521' where kec='051512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350522' where kec='051510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350601' where kec='051311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350601' where kec='053011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350602' where kec='051310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350602' where kec='053010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350603' where kec='051301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350603' where kec='053001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350604' where kec='051309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350604' where kec='053009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350605' where kec='051308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350606' where kec='051307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350606' where kec='053007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350607' where kec='051303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350608' where kec='051305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350609' where kec='051306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350609' where kec='053006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350610' where kec='051316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350610' where kec='053016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350611' where kec='051317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350611' where kec='053017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350612' where kec='051315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350613' where kec='051314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350613' where kec='053014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350614' where kec='051318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350614' where kec='053018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350615' where kec='051320'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350615' where kec='053020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350616' where kec='051319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350616' where kec='053019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350617' where kec='051322'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350617' where kec='053022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350618' where kec='051304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350618' where kec='053004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350619' where kec='051323'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350619' where kec='053023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350620' where kec='051313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350620' where kec='053013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350621' where kec='051321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350621' where kec='053021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350622' where kec='051312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350623' where kec='051302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350624' where kec='051324'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350625' where kec='051325'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350625' where kec='053025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350626' where kec='051326'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350626' where kec='053026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350701' where kec='051801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350702' where kec='051803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350703' where kec='051804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350705' where kec='051807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350706' where kec='051809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350707' where kec='051810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350708' where kec='051811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350709' where kec='051812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350710' where kec='051814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350711' where kec='051802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350712' where kec='051817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350712' where kec='058017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350713' where kec='051816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350713' where kec='058016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350714' where kec='051815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350715' where kec='051823'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350716' where kec='051824'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350716' where kec='058024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350717' where kec='051826'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350717' where kec='058026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350718' where kec='051825'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350718' where kec='058025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350719' where kec='051822'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350719' where kec='058022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350720' where kec='051820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350720' where kec='058020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350721' where kec='051821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350721' where kec='058021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350722' where kec='058030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350724' where kec='051828'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350724' where kec='058028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350725' where kec='051827'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350725' where kec='058027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350726' where kec='051831'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350726' where kec='058031'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350727' where kec='051832'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350727' where kec='058032'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350728' where kec='051833'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350728' where kec='058033'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350729' where kec='051805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350729' where kec='058005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350731' where kec='051818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350731' where kec='058018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350732' where kec='051819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350733' where kec='051813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350801' where kec='052101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350802' where kec='052102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350803' where kec='052103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350804' where kec='052104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350805' where kec='052105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350806' where kec='052106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350807' where kec='052107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350808' where kec='052108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350809' where kec='052109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350810' where kec='052110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350811' where kec='052111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350812' where kec='052112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350813' where kec='052118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350814' where kec='052113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350815' where kec='052114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350816' where kec='052117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350817' where kec='052115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350818' where kec='052116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350819' where kec='052119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350820' where kec='052120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350821' where kec='051021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350821' where kec='052121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350901' where kec='052416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350901' where kec='054016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350902' where kec='052401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350902' where kec='054001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350903' where kec='052417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350903' where kec='054017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350905' where kec='052414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350905' where kec='054014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350906' where kec='052418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350906' where kec='054018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350907' where kec='052415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350907' where kec='054015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350908' where kec='052403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350908' where kec='054003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350909' where kec='052419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350909' where kec='054019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350910' where kec='052413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350910' where kec='054013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350911' where kec='052404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350911' where kec='054004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350912' where kec='052405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350912' where kec='054005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350913' where kec='052412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350913' where kec='054012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350914' where kec='052420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350914' where kec='054020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350915' where kec='052421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350915' where kec='054021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350916' where kec='052410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350916' where kec='054010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350917' where kec='052411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350917' where kec='054011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350918' where kec='052406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350918' where kec='054006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350919' where kec='052429'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350919' where kec='054029'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350920' where kec='052431'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350920' where kec='054031'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350921' where kec='052430'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350921' where kec='054030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350922' where kec='052422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350922' where kec='054022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350923' where kec='052409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350924' where kec='052423'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350924' where kec='054023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350925' where kec='052428'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350925' where kec='054028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350926' where kec='052408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350926' where kec='054008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350927' where kec='052424'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350927' where kec='054024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350929' where kec='052427'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350929' where kec='054027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350930' where kec='052407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350930' where kec='054007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350931' where kec='052426'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='350931' where kec='054026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351001' where kec='052501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351001' where kec='055001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351002' where kec='052502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351002' where kec='055002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351003' where kec='052503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351003' where kec='055003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351004' where kec='052504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351004' where kec='055004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351005' where kec='052505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351005' where kec='055005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351006' where kec='052506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351006' where kec='055006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351007' where kec='052507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351007' where kec='055007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351008' where kec='052511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351008' where kec='055011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351009' where kec='052510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351009' where kec='055010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351010' where kec='052508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351010' where kec='055008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351011' where kec='052509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351011' where kec='055009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351012' where kec='052514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351012' where kec='055014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351013' where kec='052512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351013' where kec='055012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351014' where kec='052513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351014' where kec='055013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351015' where kec='052517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351015' where kec='055017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351016' where kec='052518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351016' where kec='055018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351017' where kec='052519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351017' where kec='055019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351018' where kec='052521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351018' where kec='055021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351019' where kec='052516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351019' where kec='055016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351020' where kec='052515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351020' where kec='055015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351021' where kec='052520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351021' where kec='055020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351022' where kec='052524'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351022' where kec='055024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351023' where kec='052523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351023' where kec='055023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351024' where kec='052522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351025' where kec='052525'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351101' where kec='052201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351102' where kec='052203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351103' where kec='052205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351104' where kec='052206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351105' where kec='052204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351106' where kec='052202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351107' where kec='052211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351108' where kec='052209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351109' where kec='052208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351110' where kec='052207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351111' where kec='052210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351112' where kec='052213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351113' where kec='052214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351114' where kec='052215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351115' where kec='052217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351116' where kec='052216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351117' where kec='052212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351120' where kec='052218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351121' where kec='052222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351122' where kec='052223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351123' where kec='052221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351201' where kec='052302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351202' where kec='052304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351203' where kec='052305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351204' where kec='052306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351205' where kec='052308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351206' where kec='052309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351207' where kec='052310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351208' where kec='052312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351209' where kec='052311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351210' where kec='052313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351211' where kec='052314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351212' where kec='052315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351213' where kec='052316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351214' where kec='052317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351215' where kec='052301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351216' where kec='052303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351217' where kec='052307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351301' where kec='052001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351302' where kec='052002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351303' where kec='052003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351304' where kec='052004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351305' where kec='052005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351306' where kec='052007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351307' where kec='052008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351308' where kec='052009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351309' where kec='052010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351310' where kec='052011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351311' where kec='052012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351312' where kec='052013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351313' where kec='052014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351314' where kec='052015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351315' where kec='052016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351317' where kec='052018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351318' where kec='052019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351319' where kec='052020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351320' where kec='052006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351321' where kec='052024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351322' where kec='052021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351323' where kec='052023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351324' where kec='052022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351401' where kec='051901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351402' where kec='051902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351403' where kec='051903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351404' where kec='051905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351405' where kec='051906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351406' where kec='051907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351407' where kec='051908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351408' where kec='051909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351409' where kec='051911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351410' where kec='051910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351411' where kec='051912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351412' where kec='051913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351413' where kec='051914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351414' where kec='051915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351415' where kec='051916'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351416' where kec='051917'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351417' where kec='051918'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351419' where kec='051921'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351419' where kec='059021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351420' where kec='051922'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351420' where kec='059022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351421' where kec='051924'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351421' where kec='059024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351422' where kec='051923'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351422' where kec='059023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351423' where kec='051920'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351424' where kec='051904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351501' where kec='050201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351502' where kec='050202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351503' where kec='050203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351504' where kec='050204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351505' where kec='050205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351506' where kec='050206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351507' where kec='050207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351508' where kec='050211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351509' where kec='050208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351510' where kec='050209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351511' where kec='050217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351513' where kec='050216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351514' where kec='050210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351515' where kec='050212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351516' where kec='050215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351517' where kec='050213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351518' where kec='050214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351601' where kec='050301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351602' where kec='050302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351602' where kec='053002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351603' where kec='050303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351603' where kec='053003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351604' where kec='050304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351605' where kec='050305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351605' where kec='053005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351606' where kec='050306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351607' where kec='050307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351608' where kec='050308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351608' where kec='053008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351609' where kec='050310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351610' where kec='050309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351611' where kec='050311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351612' where kec='050312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351612' where kec='053012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351613' where kec='050313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351614' where kec='050314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351615' where kec='050315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351615' where kec='053015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351616' where kec='050316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351618' where kec='050318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351701' where kec='050402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351702' where kec='050403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351703' where kec='050405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351704' where kec='050407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351705' where kec='050408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351706' where kec='050409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351706' where kec='054009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351707' where kec='050406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351708' where kec='050404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351709' where kec='050413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351710' where kec='050412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351711' where kec='050410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351712' where kec='050416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351713' where kec='050415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351714' where kec='050418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351715' where kec='050420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351716' where kec='050419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351717' where kec='050417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351719' where kec='050411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351720' where kec='050414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351721' where kec='050421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351801' where kec='051401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351802' where kec='051402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351803' where kec='051403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351804' where kec='051404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351805' where kec='051405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351806' where kec='051407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351807' where kec='051408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351808' where kec='051409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351809' where kec='051410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351810' where kec='051411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351811' where kec='051406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351812' where kec='051413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351813' where kec='051414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351814' where kec='051415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351815' where kec='051416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351816' where kec='051417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351817' where kec='051412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351818' where kec='051418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351819' where kec='051419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351820' where kec='051420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351902' where kec='050803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351902' where kec='058003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351903' where kec='050802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351903' where kec='058002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351904' where kec='050804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351904' where kec='058004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351905' where kec='050806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351905' where kec='058006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351906' where kec='050807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351906' where kec='058007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351907' where kec='050805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351908' where kec='050813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351908' where kec='058013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351909' where kec='050815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351909' where kec='058015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351910' where kec='050812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351910' where kec='058012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351911' where kec='050810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351911' where kec='058010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351912' where kec='050808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351913' where kec='050809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351913' where kec='058009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351914' where kec='050814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351914' where kec='058014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351915' where kec='050811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='351915' where kec='058011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352001' where kec='051001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352002' where kec='051002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352003' where kec='051003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352004' where kec='051004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352005' where kec='051005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352006' where kec='051006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352007' where kec='051007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352008' where kec='051008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352009' where kec='051009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352010' where kec='051010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352011' where kec='051011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352012' where kec='051014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352013' where kec='051012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352014' where kec='051016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352015' where kec='051015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352016' where kec='051017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352017' where kec='051018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352018' where kec='051019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352101' where kec='050901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352102' where kec='050902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352103' where kec='050903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352104' where kec='050904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352105' where kec='050905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352106' where kec='050906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352107' where kec='050908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352108' where kec='050910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352109' where kec='050911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352110' where kec='050912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352111' where kec='050913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352112' where kec='050915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352113' where kec='050916'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352114' where kec='050907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352115' where kec='050909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352116' where kec='050914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352117' where kec='050917'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352118' where kec='050918'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352119' where kec='050919'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352119' where kec='059019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352201' where kec='050502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352202' where kec='050503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352203' where kec='050504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352204' where kec='050519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352205' where kec='050505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352206' where kec='050518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352207' where kec='050507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352208' where kec='050508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352209' where kec='050509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352210' where kec='050510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352211' where kec='050511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352213' where kec='050513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352214' where kec='050515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352215' where kec='050516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352216' where kec='050520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352217' where kec='050521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352218' where kec='050522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352219' where kec='050523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352220' where kec='050524'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352221' where kec='050506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352222' where kec='050501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352223' where kec='050517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352224' where kec='050514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352225' where kec='050525'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352226' where kec='050526'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352227' where kec='050527'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352227' where kec='055027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352228' where kec='050528'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352301' where kec='050601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352302' where kec='050618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352303' where kec='050602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352304' where kec='050619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352305' where kec='050603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352306' where kec='050617'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352307' where kec='050604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352308' where kec='050616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352309' where kec='050606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352310' where kec='050605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352311' where kec='050607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352312' where kec='050614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352313' where kec='050615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352314' where kec='050608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352315' where kec='050612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352316' where kec='050613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352317' where kec='050609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352318' where kec='050611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352319' where kec='050610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352320' where kec='050620'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352401' where kec='050701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352401' where kec='057001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352402' where kec='050702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352403' where kec='050709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352403' where kec='057009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352404' where kec='050703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352404' where kec='057003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352405' where kec='050710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352405' where kec='057010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352406' where kec='050708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352406' where kec='057008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352407' where kec='050726'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352407' where kec='057026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352408' where kec='050723'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352409' where kec='050721'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352409' where kec='057021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352410' where kec='050722'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352410' where kec='057022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352411' where kec='050704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352411' where kec='057004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352412' where kec='050707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352412' where kec='057007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352413' where kec='050711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352413' where kec='057011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352414' where kec='050725'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352414' where kec='057025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352415' where kec='050724'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352415' where kec='057024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352416' where kec='050705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352416' where kec='057005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352417' where kec='050712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352417' where kec='057012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352420' where kec='050719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352420' where kec='057019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352421' where kec='050718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352421' where kec='057018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352422' where kec='050713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352422' where kec='057013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352423' where kec='050714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352423' where kec='057014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352424' where kec='050717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352425' where kec='050715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352426' where kec='050716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352426' where kec='057016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352427' where kec='050727'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352427' where kec='057027'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352501' where kec='050114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352503' where kec='050115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352504' where kec='050106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352508' where kec='050103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352509' where kec='050113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352509' where kec='051013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352510' where kec='050111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352511' where kec='050105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352512' where kec='050112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352513' where kec='050104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352514' where kec='050109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352515' where kec='050102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352516' where kec='050110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352517' where kec='050117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352518' where kec='050118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352601' where kec='052911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352601' where kec='059011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352602' where kec='052910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352602' where kec='059010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352603' where kec='052912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352603' where kec='059012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352604' where kec='052901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352604' where kec='059001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352605' where kec='052913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352605' where kec='059013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352606' where kec='052914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352606' where kec='059014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352607' where kec='052918'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352607' where kec='059018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352608' where kec='052917'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352608' where kec='059017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352610' where kec='052915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352610' where kec='059015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352611' where kec='052903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352611' where kec='059003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352612' where kec='052902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352612' where kec='059002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352613' where kec='052908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352613' where kec='059008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352614' where kec='052909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352614' where kec='059009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352615' where kec='052905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352615' where kec='059005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352616' where kec='052904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352616' where kec='059004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352617' where kec='052906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352617' where kec='059006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352618' where kec='052907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352618' where kec='059007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352701' where kec='052701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352702' where kec='052702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352702' where kec='057002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352703' where kec='052703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352704' where kec='052704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352705' where kec='052705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352706' where kec='052706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352707' where kec='052707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352708' where kec='052708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352709' where kec='052709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352710' where kec='052710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352711' where kec='052712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352712' where kec='052711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352713' where kec='052714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352714' where kec='052713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352801' where kec='052601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352802' where kec='052602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352803' where kec='052603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352804' where kec='052605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352805' where kec='052606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352807' where kec='052608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352808' where kec='052604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352809' where kec='052610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352810' where kec='052611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352812' where kec='052609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352813' where kec='052613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352901' where kec='052807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352902' where kec='052806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352903' where kec='052815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352904' where kec='052805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352905' where kec='052802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352906' where kec='052803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352907' where kec='052808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352910' where kec='052809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352911' where kec='052801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352912' where kec='052812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352913' where kec='052811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352914' where kec='052814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352915' where kec='052813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352917' where kec='052816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352918' where kec='052819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352918' where kec='058019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352919' where kec='052817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352920' where kec='052821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352921' where kec='052820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352923' where kec='052825'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352924' where kec='052824'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352925' where kec='052823'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352926' where kec='052827'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='352927' where kec='052828'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357101' where kec='056301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357103' where kec='056303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357201' where kec='056502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357202' where kec='056501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357203' where kec='056503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357301' where kec='056104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357302' where kec='056103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357303' where kec='056101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357304' where kec='056102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357305' where kec='056105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357401' where kec='056701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357402' where kec='056702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357403' where kec='056703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357404' where kec='056705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357405' where kec='056704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357501' where kec='056601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357502' where kec='056602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357503' where kec='056603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357504' where kec='056604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357602' where kec='056402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357701' where kec='056203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357702' where kec='056201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357703' where kec='056202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357802' where kec='056004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357803' where kec='056007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357804' where kec='056011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357806' where kec='056017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357807' where kec='056019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357808' where kec='056010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357809' where kec='056008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357810' where kec='056020'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357811' where kec='056022'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357812' where kec='056024'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357813' where kec='056025'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357814' where kec='056015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357815' where kec='056026'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357816' where kec='056023'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357817' where kec='056021'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357818' where kec='056014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357819' where kec='056028'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357820' where kec='056013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357821' where kec='056012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357822' where kec='056003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357823' where kec='056002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357824' where kec='056005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357826' where kec='056009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357827' where kec='056016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357829' where kec='056029'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357830' where kec='056030'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357901' where kec='056801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357902' where kec='056803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='357903' where kec='056802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360101' where kec='280101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360102' where kec='280102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360103' where kec='280103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360104' where kec='280104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360105' where kec='280105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360106' where kec='280106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360107' where kec='280120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360108' where kec='280107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360109' where kec='280111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360110' where kec='280109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360111' where kec='280108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360112' where kec='280112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360113' where kec='280114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360114' where kec='280110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360115' where kec='280124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360116' where kec='280113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360117' where kec='280115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360118' where kec='280116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360119' where kec='280122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360120' where kec='280117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360121' where kec='280118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360122' where kec='280119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360123' where kec='280125'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360124' where kec='280126'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360125' where kec='280121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360126' where kec='280123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360127' where kec='280138'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360128' where kec='280127'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360129' where kec='280132'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360130' where kec='280133'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360131' where kec='280134'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360132' where kec='280135'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360133' where kec='280136'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360134' where kec='280139'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360135' where kec='280140'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360201' where kec='280201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360202' where kec='280202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360203' where kec='280203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360204' where kec='280212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360205' where kec='280211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360206' where kec='280210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360207' where kec='280209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360209' where kec='280206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360210' where kec='280207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360211' where kec='280214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360212' where kec='280213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360213' where kec='280219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360214' where kec='280218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360215' where kec='280216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360216' where kec='280205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360217' where kec='280215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360218' where kec='280217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360219' where kec='280204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360220' where kec='280223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360221' where kec='280222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360222' where kec='280221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360223' where kec='280220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360224' where kec='280228'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360225' where kec='280227'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360226' where kec='280224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360227' where kec='280226'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360301' where kec='280313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360302' where kec='280322'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360304' where kec='280323'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360305' where kec='280301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360306' where kec='280314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360307' where kec='280315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360308' where kec='280316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360310' where kec='280326'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360311' where kec='280317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360312' where kec='280312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360314' where kec='280321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360315' where kec='280319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360316' where kec='280318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360317' where kec='280305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360318' where kec='280303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360319' where kec='280304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360320' where kec='280306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360322' where kec='280307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360323' where kec='280324'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360327' where kec='280333'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360328' where kec='280334'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360329' where kec='280335'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360330' where kec='280336'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360331' where kec='280337'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360332' where kec='280338'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360333' where kec='280339'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360405' where kec='280422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360406' where kec='280418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360407' where kec='280421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360408' where kec='280430'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360409' where kec='280424'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360411' where kec='280413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360412' where kec='280425'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360413' where kec='280427'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360414' where kec='280432'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360415' where kec='280412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360416' where kec='280429'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360417' where kec='280426'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360418' where kec='280431'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360419' where kec='280406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360420' where kec='280428'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360422' where kec='280405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360423' where kec='280408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360424' where kec='280409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360425' where kec='280411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360426' where kec='280410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360427' where kec='280403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360428' where kec='280404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360429' where kec='280402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360430' where kec='280420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360431' where kec='280401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360432' where kec='280419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360433' where kec='280433'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360434' where kec='280434'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='360435' where kec='280435'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367101' where kec='286103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367103' where kec='286105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367104' where kec='286106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367105' where kec='286102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367106' where kec='286101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367107' where kec='286110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367108' where kec='286112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367109' where kec='286111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367110' where kec='286113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367111' where kec='286109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367112' where kec='286108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367113' where kec='286107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367201' where kec='286004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367202' where kec='286003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367203' where kec='286002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367204' where kec='286001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367205' where kec='286007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367207' where kec='286006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367208' where kec='286008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367301' where kec='286207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367302' where kec='286203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367303' where kec='286206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367304' where kec='286202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367305' where kec='286201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367306' where kec='286205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367401' where kec='286305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367402' where kec='286306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367403' where kec='286304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367404' where kec='286301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367405' where kec='286302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367406' where kec='286303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='367407' where kec='286307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510101' where kec='220202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510102' where kec='220203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510103' where kec='220204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510104' where kec='220201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510105' where kec='220205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510201' where kec='220301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510204' where kec='220302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510205' where kec='220303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510206' where kec='220304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510207' where kec='220305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510208' where kec='220307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510209' where kec='220306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510210' where kec='220308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510301' where kec='220402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510302' where kec='220404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510303' where kec='220405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510304' where kec='220406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510305' where kec='220401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510306' where kec='220403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510401' where kec='220501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510402' where kec='220502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510403' where kec='220503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510405' where kec='220505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510406' where kec='220506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510407' where kec='220507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510502' where kec='220602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510503' where kec='220603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510504' where kec='220604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510601' where kec='220701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510602' where kec='220702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510603' where kec='220703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510604' where kec='220704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510801' where kec='220101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510802' where kec='220102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510804' where kec='220104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510805' where kec='220105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510806' where kec='220106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510807' where kec='220107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510808' where kec='220108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='510809' where kec='220109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='517101' where kec='226001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='517102' where kec='226002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='517103' where kec='226003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='517104' where kec='226004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520101' where kec='230102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520102' where kec='230104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520103' where kec='230105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520107' where kec='230101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520108' where kec='230103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520112' where kec='230115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520113' where kec='230112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520114' where kec='230114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520115' where kec='230110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520201' where kec='230206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520202' where kec='230207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520203' where kec='230209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520204' where kec='230202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520205' where kec='230201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520206' where kec='230203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520207' where kec='230204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520208' where kec='230208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520209' where kec='230205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520210' where kec='230212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520211' where kec='230211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520212' where kec='230210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520301' where kec='230301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520302' where kec='230302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520303' where kec='230303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520304' where kec='230304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520305' where kec='230305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520306' where kec='230306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520307' where kec='230307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520308' where kec='230308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520309' where kec='230309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520310' where kec='230310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520311' where kec='230317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520312' where kec='230316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520313' where kec='230312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520314' where kec='230318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520315' where kec='230319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520317' where kec='230311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520318' where kec='230313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520319' where kec='230314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520320' where kec='230315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520402' where kec='230402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520405' where kec='230405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520406' where kec='230429'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520408' where kec='230401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520408' where kec='230408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520409' where kec='230409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520410' where kec='230410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520411' where kec='230411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520412' where kec='230430'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520413' where kec='230413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520414' where kec='230414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520417' where kec='230416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520418' where kec='230415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520419' where kec='230419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520420' where kec='230422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520421' where kec='230421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520422' where kec='230420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520423' where kec='230423'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520424' where kec='230424'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520425' where kec='230425'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520426' where kec='230426'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520427' where kec='230427'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520428' where kec='230428'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520429' where kec='230431'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520501' where kec='230502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520502' where kec='230505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520504' where kec='230504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520505' where kec='230503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520506' where kec='230506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520508' where kec='230507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520601' where kec='230601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520602' where kec='230602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520603' where kec='230603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520604' where kec='230604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520605' where kec='230605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520606' where kec='230606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520607' where kec='230607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520608' where kec='230608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520609' where kec='230609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520610' where kec='230612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520611' where kec='230614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520612' where kec='230610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520614' where kec='230611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520615' where kec='230615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520616' where kec='230616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520617' where kec='230617'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520618' where kec='230618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520701' where kec='230701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520702' where kec='230702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520703' where kec='230703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520704' where kec='230705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520705' where kec='230704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520706' where kec='230708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520707' where kec='230707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520708' where kec='230706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520801' where kec='230801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520802' where kec='230802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520803' where kec='230805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520804' where kec='230803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='520805' where kec='230804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='527101' where kec='236001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='527102' where kec='236002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='527103' where kec='236003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='527104' where kec='236004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='527106' where kec='236006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='527201' where kec='236101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='527202' where kec='236102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='527203' where kec='236103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='527204' where kec='236104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='527205' where kec='236105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530104' where kec='240110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530105' where kec='240111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530106' where kec='240114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530107' where kec='240115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530108' where kec='240112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530109' where kec='240113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530110' where kec='240116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530111' where kec='240117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530112' where kec='240118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530113' where kec='240119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530116' where kec='240121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530117' where kec='240125'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530118' where kec='240123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530119' where kec='240124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530120' where kec='240122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530121' where kec='240126'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530122' where kec='240127'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530123' where kec='240130'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530124' where kec='240131'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530125' where kec='240132'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530126' where kec='240135'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530127' where kec='240134'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530128' where kec='240133'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530130' where kec='240136'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530301' where kec='240402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530302' where kec='240401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530302' where kec='240411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530303' where kec='240405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530304' where kec='240407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530305' where kec='240403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530306' where kec='240406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530307' where kec='240409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530308' where kec='240404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530309' where kec='240408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530310' where kec='240410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530312' where kec='240412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530313' where kec='240413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530314' where kec='240414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530315' where kec='240415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530316' where kec='240416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530317' where kec='240417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530318' where kec='240418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530319' where kec='240419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530320' where kec='240420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530321' where kec='240421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530323' where kec='240423'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530324' where kec='240424'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530403' where kec='240510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530404' where kec='240505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530405' where kec='240509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530412' where kec='240506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530417' where kec='240517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530421' where kec='240521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530422' where kec='240522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530423' where kec='240523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530501' where kec='240605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530502' where kec='240606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530503' where kec='240602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530504' where kec='240603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530505' where kec='240604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530506' where kec='240607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530507' where kec='240609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530508' where kec='240608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530509' where kec='240610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530510' where kec='240616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530511' where kec='240617'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530512' where kec='240614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530513' where kec='240615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530514' where kec='240611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530515' where kec='240618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530516' where kec='240613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530602' where kec='240708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530603' where kec='240703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530604' where kec='240713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530605' where kec='240702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530606' where kec='240704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530607' where kec='240705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530608' where kec='240706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530610' where kec='240707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530611' where kec='240711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530612' where kec='240710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530613' where kec='240709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530614' where kec='240714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530615' where kec='240715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530617' where kec='240717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530618' where kec='240718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530619' where kec='240719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530701' where kec='240801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530702' where kec='240809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530703' where kec='240802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530704' where kec='240807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530705' where kec='240808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530706' where kec='240811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530707' where kec='240806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530708' where kec='240804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530709' where kec='240810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530710' where kec='240805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530711' where kec='240803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530713' where kec='240812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530714' where kec='240813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530715' where kec='240814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530716' where kec='240816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530717' where kec='240817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530718' where kec='240818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530719' where kec='240819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530720' where kec='240820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530721' where kec='240821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530801' where kec='240901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530802' where kec='240912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530803' where kec='240902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530804' where kec='240903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530805' where kec='240904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530806' where kec='240907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530807' where kec='240910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530808' where kec='240905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530809' where kec='240911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530810' where kec='240906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530811' where kec='240909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530812' where kec='240916'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530813' where kec='240913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530814' where kec='240915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530815' where kec='240917'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530816' where kec='240914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530817' where kec='240918'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530818' where kec='240919'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530819' where kec='240920'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530820' where kec='240921'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530821' where kec='240922'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530901' where kec='241001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530902' where kec='241003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530906' where kec='241002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530907' where kec='241013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530909' where kec='241008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530912' where kec='241015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530914' where kec='241012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530915' where kec='241007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530918' where kec='241019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530919' where kec='241004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='530920' where kec='241018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531003' where kec='241112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531006' where kec='241113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531011' where kec='241114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531012' where kec='241111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531013' where kec='241118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531014' where kec='241119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531015' where kec='241120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531016' where kec='241121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531017' where kec='241122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531101' where kec='241207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531102' where kec='241208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531103' where kec='241201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531104' where kec='241209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531105' where kec='241202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531106' where kec='241214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531107' where kec='241206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531108' where kec='241211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531109' where kec='241205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531110' where kec='241204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531111' where kec='241215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531112' where kec='241203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531113' where kec='241210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531114' where kec='241212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531115' where kec='241213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531116' where kec='241220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531117' where kec='241219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531118' where kec='241222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531119' where kec='241216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531120' where kec='241221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531121' where kec='241218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531122' where kec='241217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531204' where kec='241318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531210' where kec='241305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531211' where kec='241310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531212' where kec='241311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531215' where kec='241306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531218' where kec='241319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531301' where kec='241401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531302' where kec='241402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531303' where kec='241403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531304' where kec='241404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531305' where kec='241405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531306' where kec='241406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531307' where kec='241407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531308' where kec='241408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531309' where kec='241409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531501' where kec='241605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531502' where kec='241604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531503' where kec='241603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531504' where kec='241602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531505' where kec='241601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531506' where kec='241606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531507' where kec='241607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531508' where kec='241608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531509' where kec='241609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531510' where kec='241610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531701' where kec='241801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531702' where kec='241804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531703' where kec='241802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531704' where kec='241803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531705' where kec='241805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531801' where kec='241903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531802' where kec='241907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531803' where kec='241906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531804' where kec='241904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531805' where kec='241905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531806' where kec='241902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531807' where kec='241901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531808' where kec='241908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531809' where kec='241909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531810' where kec='241910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='531811' where kec='241911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532001' where kec='242115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532002' where kec='242112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532003' where kec='242116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532004' where kec='242114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532005' where kec='242111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532006' where kec='242113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532101' where kec='242232'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532102' where kec='242221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532103' where kec='242222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532104' where kec='242223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532105' where kec='242224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532106' where kec='242225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532107' where kec='242226'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532108' where kec='242227'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532109' where kec='242228'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532110' where kec='242229'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532111' where kec='242230'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='532112' where kec='242231'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='537101' where kec='246001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='537102' where kec='246002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='537103' where kec='246004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='537104' where kec='246003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='537105' where kec='246005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='537106' where kec='246006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610101' where kec='130104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610102' where kec='130106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610103' where kec='130105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610104' where kec='130103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610105' where kec='130102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610106' where kec='130107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610107' where kec='130101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610108' where kec='130109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610109' where kec='130108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610110' where kec='130110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610111' where kec='130111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610112' where kec='130113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610113' where kec='130112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610114' where kec='130114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610115' where kec='130115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610116' where kec='130116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610117' where kec='130117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610118' where kec='130119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610119' where kec='130118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610201' where kec='130210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610206' where kec='130212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610207' where kec='130209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610208' where kec='130208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610212' where kec='130211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610215' where kec='130216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610216' where kec='130217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610217' where kec='130218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610218' where kec='130219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610301' where kec='130324'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610302' where kec='130307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610303' where kec='130320'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610304' where kec='130312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610305' where kec='130313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610307' where kec='130321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610308' where kec='130318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610309' where kec='130314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610310' where kec='130317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610311' where kec='130315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610312' where kec='130316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610313' where kec='130301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610320' where kec='130323'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610321' where kec='130322'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610401' where kec='130607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610402' where kec='130603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610403' where kec='130602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610404' where kec='130601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610405' where kec='130610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610407' where kec='130611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610408' where kec='130612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610411' where kec='130609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610412' where kec='130606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610413' where kec='130605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610414' where kec='130604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610416' where kec='130619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610417' where kec='130618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610418' where kec='130621'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610419' where kec='130622'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610420' where kec='130620'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610421' where kec='130623'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610422' where kec='130624'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610424' where kec='130625'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610501' where kec='130414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610502' where kec='130412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610503' where kec='130411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610504' where kec='130419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610505' where kec='130420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610506' where kec='130421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610507' where kec='130415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610508' where kec='130416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610509' where kec='130408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610514' where kec='130406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610515' where kec='130407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610519' where kec='130417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610520' where kec='130413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610521' where kec='130418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610601' where kec='130526'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610602' where kec='130527'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610603' where kec='130509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610604' where kec='130522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610605' where kec='130510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610606' where kec='130504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610607' where kec='130528'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610608' where kec='130503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610609' where kec='130514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610610' where kec='130517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610611' where kec='130516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610612' where kec='130521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610613' where kec='130518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610614' where kec='130520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610615' where kec='130501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610616' where kec='130502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610617' where kec='130529'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610618' where kec='130507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610619' where kec='130511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610620' where kec='130505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610621' where kec='130530'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610622' where kec='130515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610623' where kec='130519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610701' where kec='130801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610702' where kec='130803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610703' where kec='130805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610704' where kec='130804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610705' where kec='130807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610706' where kec='130806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610707' where kec='130808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610708' where kec='130810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610709' where kec='130809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610710' where kec='130811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610711' where kec='130802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610712' where kec='130812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610713' where kec='130813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610714' where kec='130814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610715' where kec='130815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610716' where kec='130816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610717' where kec='130817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610801' where kec='130903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610802' where kec='130907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610803' where kec='130906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610804' where kec='130905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610805' where kec='130911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610806' where kec='130908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610807' where kec='130904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610808' where kec='130909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610809' where kec='130910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610810' where kec='130902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610811' where kec='130912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610812' where kec='130914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610813' where kec='130913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610901' where kec='131004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610902' where kec='131003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610903' where kec='131002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610904' where kec='131001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610905' where kec='131006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610906' where kec='131007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='610907' where kec='131005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611001' where kec='131109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611002' where kec='131108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611003' where kec='131104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611004' where kec='131105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611005' where kec='131103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611006' where kec='131102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611007' where kec='131101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611008' where kec='131113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611009' where kec='131112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611010' where kec='131111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611011' where kec='131110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611101' where kec='131203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611102' where kec='131202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611103' where kec='131204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611104' where kec='131201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611105' where kec='131205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='611106' where kec='131206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617101' where kec='136001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617102' where kec='136002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617103' where kec='136003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617104' where kec='136004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617105' where kec='136005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617106' where kec='136006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617201' where kec='136105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617202' where kec='136104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617203' where kec='136102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720123' where kec='180418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617204' where kec='136103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='617205' where kec='136101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620101' where kec='140506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620102' where kec='140505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620103' where kec='140504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620104' where kec='140507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620105' where kec='140509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620106' where kec='140508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620201' where kec='140411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620202' where kec='140419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620203' where kec='140421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620204' where kec='140420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620205' where kec='140412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620206' where kec='140406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620207' where kec='140407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620208' where kec='140402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620209' where kec='140405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620210' where kec='140423'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620211' where kec='140425'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620212' where kec='140426'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620213' where kec='140427'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620214' where kec='140429'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620216' where kec='140430'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620217' where kec='140431'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620301' where kec='140104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620302' where kec='140108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620303' where kec='140103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620304' where kec='140102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620305' where kec='140111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620306' where kec='140109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620307' where kec='140110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620308' where kec='140107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620309' where kec='140115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620310' where kec='140116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620311' where kec='140117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620312' where kec='140118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620313' where kec='140121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620314' where kec='140122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620315' where kec='140123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620316' where kec='140120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620317' where kec='140119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620401' where kec='140202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620402' where kec='140201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620403' where kec='140209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620404' where kec='140211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620406' where kec='140210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620501' where kec='140301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620502' where kec='140302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620503' where kec='140303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620504' where kec='140304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620505' where kec='140305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620506' where kec='140306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620507' where kec='140307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620508' where kec='140308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620509' where kec='140309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620601' where kec='140603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620602' where kec='140605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620603' where kec='140606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620604' where kec='140607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620605' where kec='140608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620606' where kec='140611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620607' where kec='140610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620608' where kec='140609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620609' where kec='140602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620610' where kec='140601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620611' where kec='140604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620612' where kec='140612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620613' where kec='140613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620701' where kec='140701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730602' where kec='190302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620702' where kec='140704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620703' where kec='140702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620704' where kec='140703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620705' where kec='140705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620706' where kec='140706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620707' where kec='140707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620708' where kec='140708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620709' where kec='140709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620710' where kec='140710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620801' where kec='140802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620802' where kec='140801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620803' where kec='140803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620804' where kec='140804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620805' where kec='140805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620901' where kec='140902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620902' where kec='140903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620903' where kec='140901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620904' where kec='140904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620906' where kec='140906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620907' where kec='140907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='620908' where kec='140908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621002' where kec='141002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621003' where kec='141001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621004' where kec='141006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621005' where kec='141004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621006' where kec='141005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621007' where kec='141007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621008' where kec='141008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621009' where kec='141009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621010' where kec='141010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621012' where kec='141012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621101' where kec='141102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621102' where kec='141101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621103' where kec='141105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621105' where kec='141104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621106' where kec='141103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621108' where kec='141107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621201' where kec='141202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621202' where kec='141204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621203' where kec='141201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621204' where kec='141203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621205' where kec='141205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621206' where kec='141206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621207' where kec='141207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621208' where kec='141208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621209' where kec='141209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621210' where kec='141210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621301' where kec='141301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621303' where kec='141303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621304' where kec='141304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621305' where kec='141305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621306' where kec='141306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621307' where kec='141307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621308' where kec='141308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621309' where kec='141309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='621310' where kec='141310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630101' where kec='150202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630102' where kec='150208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630103' where kec='150206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630104' where kec='150203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630106' where kec='150201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630107' where kec='150209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630108' where kec='150205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630109' where kec='150207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630110' where kec='150211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630111' where kec='150210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630302' where kec='150103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630302' where kec='150117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630303' where kec='150102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630304' where kec='150104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630305' where kec='150105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630306' where kec='150107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630307' where kec='150106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630308' where kec='150112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630310' where kec='150109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630311' where kec='150108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630312' where kec='150111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630313' where kec='150113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630314' where kec='150114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630315' where kec='150115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630316' where kec='150118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630317' where kec='150116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630318' where kec='150119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630401' where kec='150301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630402' where kec='150302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630403' where kec='150304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630404' where kec='150305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630405' where kec='150306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630406' where kec='150307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630407' where kec='150311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630408' where kec='150308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630409' where kec='150312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630410' where kec='150313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630411' where kec='150316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630412' where kec='150315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630413' where kec='150303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630414' where kec='150310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630415' where kec='150314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630416' where kec='150309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630417' where kec='150317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630501' where kec='150401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630502' where kec='150402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630503' where kec='150403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630504' where kec='150407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630505' where kec='150409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630506' where kec='150410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630507' where kec='150408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630508' where kec='150405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630509' where kec='150404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630510' where kec='150406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630511' where kec='150412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630512' where kec='150411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630601' where kec='150506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630602' where kec='150501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630603' where kec='150503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630604' where kec='150504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630605' where kec='150505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630606' where kec='150507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630607' where kec='150509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630608' where kec='150510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630609' where kec='150508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630610' where kec='150502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630611' where kec='150511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630701' where kec='150601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630702' where kec='150602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630703' where kec='150606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630704' where kec='150607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630705' where kec='150608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630706' where kec='150605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630707' where kec='150604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630708' where kec='150609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630709' where kec='150603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630710' where kec='150610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630711' where kec='150611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630801' where kec='150701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630802' where kec='150702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630803' where kec='150703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630804' where kec='150704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630805' where kec='150705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630806' where kec='150707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630807' where kec='150706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630808' where kec='150710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630809' where kec='150708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630810' where kec='150709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630901' where kec='150801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630902' where kec='150803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630903' where kec='150805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630904' where kec='150806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630905' where kec='150808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630906' where kec='150807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630907' where kec='150810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630908' where kec='150804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630909' where kec='150802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630910' where kec='150809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630911' where kec='150811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='630912' where kec='150812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631001' where kec='151105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631002' where kec='151101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631003' where kec='151102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631004' where kec='151103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631005' where kec='151104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631006' where kec='151106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631007' where kec='151107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631008' where kec='151108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631009' where kec='151109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631010' where kec='151110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631101' where kec='151005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631102' where kec='151006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631103' where kec='151003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631104' where kec='151002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631105' where kec='151001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631106' where kec='151004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631107' where kec='151008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='631108' where kec='151007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='637101' where kec='156001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='637102' where kec='156002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='637103' where kec='156003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='637104' where kec='156004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='637105' where kec='156005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='637202' where kec='156101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='637203' where kec='156102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='637204' where kec='156104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='637205' where kec='156105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='637206' where kec='156106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640101' where kec='160101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640102' where kec='160102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640103' where kec='160103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640104' where kec='160104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640105' where kec='160105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640106' where kec='160106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640107' where kec='160107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640108' where kec='160108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640109' where kec='160110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640110' where kec='160109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640201' where kec='160206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640202' where kec='160205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640203' where kec='160204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640204' where kec='160212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640205' where kec='160213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640206' where kec='160209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640207' where kec='160210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640208' where kec='160208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640209' where kec='160216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640210' where kec='160217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640211' where kec='160215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640212' where kec='160218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640213' where kec='160201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640214' where kec='160202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640216' where kec='160211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640217' where kec='160214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640218' where kec='160207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640301' where kec='160301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640302' where kec='160302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640303' where kec='160305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640304' where kec='160308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640305' where kec='160306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640306' where kec='160307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640307' where kec='160304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640309' where kec='160309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640310' where kec='160312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640312' where kec='160314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640313' where kec='160315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640705' where kec='160909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640706' where kec='160908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640707' where kec='160907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640708' where kec='160906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640709' where kec='160905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640710' where kec='160904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640711' where kec='160902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640712' where kec='160901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640713' where kec='160903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640714' where kec='160915'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640716' where kec='160919'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640717' where kec='160923'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640718' where kec='160917'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640719' where kec='160921'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640720' where kec='160920'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640801' where kec='161001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640802' where kec='161002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640803' where kec='161003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640804' where kec='161004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640805' where kec='161005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640806' where kec='161010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640807' where kec='161012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640809' where kec='161009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640810' where kec='161006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640811' where kec='161011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640812' where kec='161013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640813' where kec='161014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640814' where kec='161015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640815' where kec='161016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640816' where kec='161017'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640817' where kec='161018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='640818' where kec='161019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647101' where kec='166102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647102' where kec='166105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647103' where kec='166103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647104' where kec='166104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647105' where kec='166101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647106' where kec='166106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647201' where kec='166001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647202' where kec='166003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647203' where kec='166005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647204' where kec='166002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647205' where kec='166006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647206' where kec='166004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647207' where kec='166007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647208' where kec='166008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647209' where kec='166009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647210' where kec='166010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647401' where kec='166302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647402' where kec='166301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='647403' where kec='166303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650101' where kec='340202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650102' where kec='340206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650103' where kec='340207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650104' where kec='340208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650105' where kec='340209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650106' where kec='340210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650107' where kec='340213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650108' where kec='340211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650109' where kec='340203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650201' where kec='340105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650202' where kec='340104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650203' where kec='340103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650204' where kec='340102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650205' where kec='340101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650206' where kec='340107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650207' where kec='340109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650208' where kec='340108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650209' where kec='340106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650210' where kec='340110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650211' where kec='340111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650212' where kec='340112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650213' where kec='340113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650214' where kec='340114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650215' where kec='340115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650301' where kec='340505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650302' where kec='340504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650303' where kec='340503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650304' where kec='340502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650305' where kec='340501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650306' where kec='340506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650307' where kec='340507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650308' where kec='340508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650309' where kec='340509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650310' where kec='340518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650311' where kec='340519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650312' where kec='340520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650313' where kec='340521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650314' where kec='340522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650315' where kec='340523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650401' where kec='340301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650402' where kec='340302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650404' where kec='340304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='650405' where kec='340305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='657101' where kec='346003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='657102' where kec='346002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='657103' where kec='346001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='657104' where kec='346004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710201' where kec='170235'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710202' where kec='170219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710203' where kec='170223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710204' where kec='170224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710205' where kec='170222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710206' where kec='170221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710207' where kec='170211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710208' where kec='170220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710209' where kec='170209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710210' where kec='170233'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710211' where kec='170213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710212' where kec='170212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710213' where kec='170217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710214' where kec='170234'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710215' where kec='170216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710216' where kec='170236'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710217' where kec='170237'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710218' where kec='170238'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710219' where kec='170239'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710223' where kec='170244'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710401' where kec='170402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710402' where kec='170404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710403' where kec='170405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710404' where kec='170406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710405' where kec='170407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710406' where kec='170401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710407' where kec='170403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710408' where kec='170408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710409' where kec='170409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710411' where kec='170420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710412' where kec='170412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710413' where kec='170419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710414' where kec='170415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710415' where kec='170417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910403' where kec='250906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710416' where kec='170414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710417' where kec='170413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710418' where kec='170416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710419' where kec='170418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710601' where kec='170606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710602' where kec='170601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710603' where kec='170602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710604' where kec='170604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710605' where kec='170603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710606' where kec='170607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710607' where kec='170605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710608' where kec='170608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710609' where kec='170609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710610' where kec='170610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710701' where kec='171004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710702' where kec='171002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710703' where kec='171003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710704' where kec='171001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710705' where kec='171005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710706' where kec='171006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710707' where kec='171007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710708' where kec='171008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710709' where kec='171009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710710' where kec='171010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710711' where kec='171011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='710712' where kec='171012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717101' where kec='176005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717103' where kec='176009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717104' where kec='176003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717105' where kec='176007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717106' where kec='176002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717107' where kec='176006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717108' where kec='176004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717109' where kec='176001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717111' where kec='176010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717201' where kec='176108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717202' where kec='176104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717203' where kec='176101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717204' where kec='176106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717205' where kec='176102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717206' where kec='176103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717207' where kec='176105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717208' where kec='176107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717301' where kec='176203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717302' where kec='176202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717303' where kec='176201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717304' where kec='176205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717305' where kec='176204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717401' where kec='176303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717402' where kec='176302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717403' where kec='176304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='717404' where kec='176301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720101' where kec='180402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720102' where kec='180403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720103' where kec='180404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720104' where kec='180405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720105' where kec='180407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720106' where kec='180408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720107' where kec='180406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720108' where kec='180409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720109' where kec='180401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720110' where kec='180413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720111' where kec='180412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720112' where kec='180410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720113' where kec='180411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720114' where kec='180414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720115' where kec='180415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720116' where kec='180422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720117' where kec='180423'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720118' where kec='180421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720119' where kec='180420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720120' where kec='180417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720121' where kec='180416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720122' where kec='180419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720201' where kec='180307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720202' where kec='180305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720203' where kec='180306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720204' where kec='180322'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720205' where kec='180314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720206' where kec='180301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720207' where kec='180304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720208' where kec='180315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720209' where kec='180302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720218' where kec='180318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720219' where kec='180317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720220' where kec='180316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720221' where kec='180321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720222' where kec='180319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720223' where kec='180320'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720224' where kec='180323'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720226' where kec='180325'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720227' where kec='180303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720304' where kec='180220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720306' where kec='180214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720308' where kec='180208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720309' where kec='180209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720310' where kec='180210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720311' where kec='180212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720312' where kec='180213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720314' where kec='180216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720318' where kec='180224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720319' where kec='180225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720321' where kec='180227'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720324' where kec='180234'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720325' where kec='180235'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720327' where kec='180233'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720330' where kec='180236'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720331' where kec='180237'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720501' where kec='180502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720502' where kec='180512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720503' where kec='180503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720504' where kec='180504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720505' where kec='180505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720506' where kec='180501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720507' where kec='180506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720508' where kec='180507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720509' where kec='180508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720510' where kec='180510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720511' where kec='180511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720605' where kec='180703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720606' where kec='180702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720607' where kec='180701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720608' where kec='180704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720609' where kec='180713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720610' where kec='180709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720615' where kec='180716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720618' where kec='180715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720703' where kec='180103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720704' where kec='180104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720705' where kec='180105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720706' where kec='180106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720707' where kec='180107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720709' where kec='180110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720711' where kec='180116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720715' where kec='180199'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720716' where kec='180118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720717' where kec='180119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720718' where kec='180120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720719' where kec='180117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720801' where kec='180802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720802' where kec='180803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720803' where kec='180804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720804' where kec='180806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720805' where kec='180805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720806' where kec='180801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720807' where kec='180807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720808' where kec='180808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720809' where kec='180809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720810' where kec='180810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720811' where kec='180811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720812' where kec='180812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720813' where kec='180816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720814' where kec='180819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720815' where kec='180821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720816' where kec='180814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720817' where kec='180817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720818' where kec='180818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720819' where kec='180815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720820' where kec='180820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720821' where kec='180891'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720822' where kec='180890'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='720823' where kec='180893'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721002' where kec='181005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721003' where kec='181006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721004' where kec='181004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721005' where kec='181001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721006' where kec='181003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721007' where kec='181002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721008' where kec='181014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721009' where kec='181008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721010' where kec='181015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721011' where kec='181009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721012' where kec='181007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721013' where kec='181011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721014' where kec='181010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721015' where kec='181012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721101' where kec='181119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721102' where kec='181120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721103' where kec='181112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721104' where kec='181113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721105' where kec='181114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721106' where kec='181115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='721107' where kec='181116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='727101' where kec='186003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='727102' where kec='186001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='727103' where kec='186002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='727104' where kec='186004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='727105' where kec='186005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='727106' where kec='186006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='727107' where kec='186007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='727108' where kec='186008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730202' where kec='191102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730205' where kec='191105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730206' where kec='191106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730207' where kec='191107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730208' where kec='191109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730301' where kec='191001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730302' where kec='191002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730307' where kec='191007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730308' where kec='191008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730401' where kec='190501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730402' where kec='190502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730403' where kec='190503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730404' where kec='190504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730405' where kec='190505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730406' where kec='190506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730407' where kec='190507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730408' where kec='190508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730409' where kec='190509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730410' where kec='190510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730411' where kec='190511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730501' where kec='190402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730502' where kec='190401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730503' where kec='190403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730504' where kec='190404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730505' where kec='190405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730506' where kec='190406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730507' where kec='190408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730508' where kec='190409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730509' where kec='190410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730601' where kec='190301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730606' where kec='190305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730609' where kec='190308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730612' where kec='190310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730614' where kec='190313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730616' where kec='190316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730617' where kec='190317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730618' where kec='190318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730701' where kec='191201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730702' where kec='191203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730703' where kec='191205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730704' where kec='191206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730705' where kec='191207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730706' where kec='191208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730707' where kec='191202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730708' where kec='191204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730709' where kec='191209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730801' where kec='190701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730802' where kec='190702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730803' where kec='190703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730804' where kec='190704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730805' where kec='190705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730806' where kec='190707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730807' where kec='190708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730808' where kec='190709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730809' where kec='190711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730810' where kec='190710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730811' where kec='190712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730812' where kec='190713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730813' where kec='190714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730814' where kec='190716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730815' where kec='190717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730816' where kec='190718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730817' where kec='190719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730818' where kec='190721'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730819' where kec='190722'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730820' where kec='190723'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730821' where kec='190725'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730822' where kec='190724'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730823' where kec='190726'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730824' where kec='190720'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730826' where kec='190715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730827' where kec='190706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730901' where kec='190101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730902' where kec='190106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730903' where kec='190104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730904' where kec='190102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730907' where kec='190105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730908' where kec='190110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730909' where kec='190112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730910' where kec='190114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730911' where kec='190113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730912' where kec='190111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='730914' where kec='190109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731001' where kec='190201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731002' where kec='190202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731004' where kec='190204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731005' where kec='190205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731006' where kec='190206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731007' where kec='190207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731009' where kec='190209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731011' where kec='190212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731012' where kec='190211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731013' where kec='190213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731101' where kec='190601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731102' where kec='190602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731103' where kec='190603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731104' where kec='190604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731105' where kec='190605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731106' where kec='190607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731107' where kec='190606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731201' where kec='190901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731204' where kec='190902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731207' where kec='190907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731208' where kec='190908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731302' where kec='190803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731305' where kec='190807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731306' where kec='190802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731307' where kec='190809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731308' where kec='190808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731310' where kec='190812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731311' where kec='190804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731312' where kec='190814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731313' where kec='190813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731314' where kec='190811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731502' where kec='191401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731503' where kec='191403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731505' where kec='191405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731506' where kec='191407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731507' where kec='191408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731508' where kec='191406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731509' where kec='191410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731511' where kec='191411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731601' where kec='191601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731602' where kec='191602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731603' where kec='191603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731604' where kec='191604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731605' where kec='191605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731606' where kec='191606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731607' where kec='191607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731608' where kec='191608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731609' where kec='191609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731610' where kec='191610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731611' where kec='191611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731612' where kec='191612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731702' where kec='191701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731703' where kec='191702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731704' where kec='191704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731706' where kec='191708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731707' where kec='191703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731708' where kec='191707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731709' where kec='191709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731710' where kec='191711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731711' where kec='191720'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731712' where kec='191710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731713' where kec='191712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731714' where kec='191721'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731715' where kec='191713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731716' where kec='191714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731717' where kec='191715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731718' where kec='191716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731719' where kec='191717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731720' where kec='191718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731721' where kec='191719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731802' where kec='191812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731803' where kec='191801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731805' where kec='191804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731809' where kec='191810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731811' where kec='191811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731812' where kec='191802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731813' where kec='191803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731819' where kec='191815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731820' where kec='191820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731827' where kec='191819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731828' where kec='191814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731829' where kec='191818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731831' where kec='191821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731833' where kec='191816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731834' where kec='191817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731835' where kec='191822'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731837' where kec='191813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='731838' where kec='191823'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732201' where kec='192403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732203' where kec='192412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732204' where kec='192401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732205' where kec='192413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732206' where kec='192404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732207' where kec='192416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732208' where kec='192418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732209' where kec='192417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732210' where kec='192415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732211' where kec='192402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732212' where kec='192490'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732401' where kec='192606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732402' where kec='192605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732403' where kec='192607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732404' where kec='192604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732405' where kec='192608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732406' where kec='192603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732407' where kec='192601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732408' where kec='192602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732409' where kec='192609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732410' where kec='192610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732411' where kec='192611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732601' where kec='192710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732602' where kec='192714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732603' where kec='192708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732604' where kec='192711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732605' where kec='192705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732607' where kec='192713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732608' where kec='192716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732609' where kec='192718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732610' where kec='192702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732611' where kec='192717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732613' where kec='192721'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732614' where kec='192704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732615' where kec='192707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732616' where kec='192719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732618' where kec='192709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732619' where kec='192715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732620' where kec='192706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='732621' where kec='192701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737101' where kec='196001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737102' where kec='196002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737104' where kec='196005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737105' where kec='196006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737106' where kec='196007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737107' where kec='196009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737108' where kec='196008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737110' where kec='196003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737111' where kec='196011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737112' where kec='196014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737113' where kec='196013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737114' where kec='196012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737301' where kec='196201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737302' where kec='196202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737303' where kec='196203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737304' where kec='196204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737305' where kec='196205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737306' where kec='196206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737307' where kec='196207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737308' where kec='196208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='737309' where kec='196209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740101' where kec='200403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740104' where kec='200406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740107' where kec='200402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740108' where kec='200401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740110' where kec='200407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740112' where kec='200413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740114' where kec='200415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740118' where kec='200412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740120' where kec='200416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740124' where kec='200421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740125' where kec='200422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740127' where kec='200430'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740201' where kec='200112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740202' where kec='200116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740203' where kec='200115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740204' where kec='200114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740205' where kec='200109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740210' where kec='200118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740211' where kec='200108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740215' where kec='200128'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740216' where kec='200130'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740217' where kec='200132'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740218' where kec='200125'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740219' where kec='200126'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740220' where kec='200131'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740221' where kec='200124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740223' where kec='200139'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740224' where kec='200140'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740225' where kec='200133'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740228' where kec='200134'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740231' where kec='200144'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740232' where kec='200143'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740233' where kec='200142'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740236' where kec='200147'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740237' where kec='200148'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740238' where kec='200152'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740239' where kec='200150'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740240' where kec='200149'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740241' where kec='200151'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740306' where kec='200208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740307' where kec='200220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740313' where kec='200209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740314' where kec='200229'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740316' where kec='200207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740317' where kec='200228'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740318' where kec='200215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740319' where kec='200226'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740320' where kec='200216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740323' where kec='200219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740324' where kec='200203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740325' where kec='200202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740326' where kec='200233'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740327' where kec='200201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740328' where kec='200230'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740330' where kec='200234'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740331' where kec='200235'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740332' where kec='200236'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740333' where kec='200237'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740334' where kec='200238'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740337' where kec='200241'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740422' where kec='200311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740423' where kec='200305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740424' where kec='200321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740428' where kec='200331'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740429' where kec='200332'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740501' where kec='200501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740502' where kec='200511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740504' where kec='200502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740505' where kec='200507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740506' where kec='200504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740507' where kec='200503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740508' where kec='200506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740510' where kec='200508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740511' where kec='200510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740512' where kec='200512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740513' where kec='200521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740514' where kec='200514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740515' where kec='200520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740516' where kec='200517'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740517' where kec='200513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740518' where kec='200518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740519' where kec='200516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740520' where kec='200515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740521' where kec='200522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740522' where kec='200519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740601' where kec='200703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740602' where kec='200704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740603' where kec='200706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740604' where kec='200705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740605' where kec='200701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740606' where kec='200702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740607' where kec='200707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740609' where kec='200709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740610' where kec='200710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740611' where kec='200711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740612' where kec='200712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740613' where kec='200713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740614' where kec='200714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740615' where kec='200715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740616' where kec='200716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740617' where kec='200717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740618' where kec='200718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740619' where kec='200719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740620' where kec='200720'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740621' where kec='200721'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740622' where kec='200722'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740701' where kec='200604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740702' where kec='200603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740703' where kec='200602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740704' where kec='200601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740706' where kec='200606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740707' where kec='200607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740708' where kec='200608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740801' where kec='200801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740802' where kec='200802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740805' where kec='200805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740806' where kec='200806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740807' where kec='200807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740808' where kec='200808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740809' where kec='200809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740810' where kec='200810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740811' where kec='200811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740812' where kec='200812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740813' where kec='200813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740814' where kec='200814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740815' where kec='200890'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740901' where kec='200904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740902' where kec='200905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740903' where kec='200901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740904' where kec='200902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740905' where kec='200906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740906' where kec='200903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740907' where kec='200907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740908' where kec='200908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740909' where kec='200909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740910' where kec='200910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740911' where kec='200913'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740912' where kec='200912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='740913' where kec='200911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741001' where kec='201001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741002' where kec='201004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741003' where kec='201005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741004' where kec='201002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741005' where kec='201003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741006' where kec='201006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741101' where kec='201119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741102' where kec='201111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741103' where kec='201112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741105' where kec='201114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741106' where kec='201115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741107' where kec='201116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741108' where kec='201117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741109' where kec='201118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741110' where kec='201121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741111' where kec='201120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741112' where kec='201122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741201' where kec='201201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741202' where kec='201202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741203' where kec='201203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741204' where kec='201204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741205' where kec='201205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741206' where kec='201206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741207' where kec='201207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741301' where kec='201301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741302' where kec='201302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741303' where kec='201303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741304' where kec='201304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741305' where kec='201305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741306' where kec='201306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741307' where kec='201307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741308' where kec='201309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741309' where kec='201310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741310' where kec='201312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741311' where kec='201311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741401' where kec='201601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741402' where kec='201602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741403' where kec='201603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741404' where kec='201604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741406' where kec='201606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741407' where kec='201607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741501' where kec='201401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741502' where kec='201402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741503' where kec='201403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741504' where kec='201404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741505' where kec='201405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='741506' where kec='201406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='747101' where kec='206001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='747102' where kec='206003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='747103' where kec='206004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='747104' where kec='206002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='747105' where kec='206005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='747106' where kec='206006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='747107' where kec='206009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='747108' where kec='206008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='747109' where kec='206007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='747110' where kec='206010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750101' where kec='300207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750102' where kec='300208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750103' where kec='300202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750104' where kec='300203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750105' where kec='300201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750109' where kec='300204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750110' where kec='300218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750111' where kec='300210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750113' where kec='300215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750114' where kec='300216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750116' where kec='300211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750117' where kec='300219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750118' where kec='300223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750119' where kec='300221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750120' where kec='300220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750121' where kec='300222'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750123' where kec='300225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750124' where kec='300227'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750201' where kec='300106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750202' where kec='300109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750203' where kec='300108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750204' where kec='300104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750205' where kec='300107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750207' where kec='300111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750301' where kec='300401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750302' where kec='300402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750303' where kec='300403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750304' where kec='300404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750305' where kec='300405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750306' where kec='300406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750307' where kec='300407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750308' where kec='300408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750309' where kec='300409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750310' where kec='300410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750311' where kec='300415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750312' where kec='300414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750313' where kec='300416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750314' where kec='300413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750315' where kec='300411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750316' where kec='300412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750317' where kec='300417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750318' where kec='300418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750501' where kec='300502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750502' where kec='300503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910406' where kec='250905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750504' where kec='300504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750505' where kec='300505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750506' where kec='300506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750508' where kec='300508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750509' where kec='300509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750510' where kec='300511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='750511' where kec='300512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='757101' where kec='306001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='757102' where kec='306002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='757103' where kec='306003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='757104' where kec='306005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='757105' where kec='306004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='757106' where kec='306006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='757107' where kec='306007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='757108' where kec='306008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760102' where kec='330201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760103' where kec='330203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760104' where kec='330202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760105' where kec='330205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760106' where kec='330206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760107' where kec='330207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760108' where kec='330209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760109' where kec='330210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760110' where kec='330211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760111' where kec='330212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760112' where kec='330208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760201' where kec='330102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760202' where kec='330101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760203' where kec='330103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760204' where kec='330104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760207' where kec='330107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760208' where kec='330108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760211' where kec='330110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760213' where kec='330106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760215' where kec='330111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760216' where kec='330116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760301' where kec='330404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760302' where kec='330410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760303' where kec='330403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760304' where kec='330402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760305' where kec='330405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760306' where kec='330401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760307' where kec='330407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760308' where kec='330408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760310' where kec='330406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760311' where kec='330412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760312' where kec='330413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760313' where kec='330411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760314' where kec='330414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760315' where kec='330415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760316' where kec='330416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760317' where kec='330417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760501' where kec='330509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760502' where kec='330502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760503' where kec='330510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760504' where kec='330511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760505' where kec='330505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760506' where kec='330506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760507' where kec='330507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760508' where kec='330512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760601' where kec='330604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760602' where kec='330605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760604' where kec='330603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='760605' where kec='330602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810101' where kec='210105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810102' where kec='210106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810106' where kec='210114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810109' where kec='210101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810111' where kec='210104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810112' where kec='210108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810112' where kec='210124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810113' where kec='210109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810114' where kec='210110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810115' where kec='210111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810116' where kec='210117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910407' where kec='250907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810120' where kec='210119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810121' where kec='210118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810122' where kec='210120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810123' where kec='210121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810124' where kec='210122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810125' where kec='210123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810201' where kec='210201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810203' where kec='210202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810203' where kec='210216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810204' where kec='210205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810204' where kec='210217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810205' where kec='210206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810213' where kec='210213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810214' where kec='210212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810215' where kec='210214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810216' where kec='210215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810219' where kec='210218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810301' where kec='210404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810302' where kec='210413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810303' where kec='210411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810304' where kec='210412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810305' where kec='210405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810306' where kec='210414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810307' where kec='210415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810308' where kec='210417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810318' where kec='210418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810403' where kec='210307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810406' where kec='210316'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810410' where kec='210317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810411' where kec='210318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810412' where kec='210319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810413' where kec='210320'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810414' where kec='210321'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810415' where kec='210322'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810501' where kec='210603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810502' where kec='210601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810503' where kec='210602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810504' where kec='210604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810505' where kec='210605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810506' where kec='210606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810507' where kec='210607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810508' where kec='210608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810509' where kec='210609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810510' where kec='210610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810511' where kec='210611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810512' where kec='210612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810513' where kec='210613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810514' where kec='210614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810515' where kec='210615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810601' where kec='210501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810602' where kec='210502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810603' where kec='210503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810604' where kec='210593'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810605' where kec='210506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810606' where kec='210590'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810607' where kec='210599'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810608' where kec='210505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810609' where kec='210594'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810610' where kec='210592'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810611' where kec='210591'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810801' where kec='210804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810801' where kec='210815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810802' where kec='210809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810804' where kec='210810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810804' where kec='210814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810806' where kec='210808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810806' where kec='210816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810806' where kec='210817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810806' where kec='210818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810807' where kec='210811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810817' where kec='210820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810901' where kec='210904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810902' where kec='210905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810903' where kec='210901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810904' where kec='210902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810905' where kec='210903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='810906' where kec='210906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='817101' where kec='216001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='817102' where kec='216002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='817103' where kec='216005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='817104' where kec='216003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='817201' where kec='216103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='817202' where kec='216102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='817203' where kec='216104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='817204' where kec='216101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='817205' where kec='216105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820101' where kec='270306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820102' where kec='270304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820103' where kec='270303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820104' where kec='270302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820105' where kec='270305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820107' where kec='270309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820108' where kec='270308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820109' where kec='270307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820201' where kec='270203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820202' where kec='270206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820203' where kec='270204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820204' where kec='270207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820205' where kec='270208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820206' where kec='270209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820207' where kec='270210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820208' where kec='270211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820210' where kec='270213'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820304' where kec='270404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820305' where kec='270401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820306' where kec='270402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820307' where kec='270403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820308' where kec='270409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820309' where kec='270408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820310' where kec='270410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820311' where kec='270411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820312' where kec='270412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820313' where kec='270413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820314' where kec='270414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820315' where kec='270416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820316' where kec='270415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820319' where kec='270419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820320' where kec='270420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820321' where kec='270421'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820322' where kec='270422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820401' where kec='270509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820402' where kec='270508'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820403' where kec='270507'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820404' where kec='270506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820405' where kec='270510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820406' where kec='270505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820407' where kec='270502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820408' where kec='270504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820409' where kec='270503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820410' where kec='270526'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820411' where kec='270523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820412' where kec='270524'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820413' where kec='270525'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820414' where kec='270522'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820415' where kec='270520'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820416' where kec='270521'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820417' where kec='270516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820419' where kec='270514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820420' where kec='270515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820421' where kec='270518'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820422' where kec='270519'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820423' where kec='270590'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820424' where kec='270591'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820425' where kec='270529'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820426' where kec='270531'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820427' where kec='270530'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820428' where kec='270511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820429' where kec='270512'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820430' where kec='270513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820501' where kec='270703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820502' where kec='270701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820506' where kec='270706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820510' where kec='270710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820511' where kec='270709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820512' where kec='270712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820513' where kec='270711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820518' where kec='270716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820601' where kec='270603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820602' where kec='270604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820603' where kec='270601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820604' where kec='270602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820605' where kec='270605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820606' where kec='270606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820607' where kec='270607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820608' where kec='270608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820609' where kec='270609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820610' where kec='270610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820801' where kec='270101'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820802' where kec='270102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820803' where kec='270103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820804' where kec='270104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820805' where kec='270105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820806' where kec='270106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820807' where kec='270107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='820808' where kec='270108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827101' where kec='276001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827104' where kec='276004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827105' where kec='276005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827107' where kec='276007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827201' where kec='276108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827202' where kec='276105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827203' where kec='276104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827204' where kec='276102'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827205' where kec='276103'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827206' where kec='276106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827207' where kec='276107'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='827208' where kec='276109'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910101' where kec='250704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910102' where kec='250705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910103' where kec='250702'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910104' where kec='250701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910105' where kec='250725'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910106' where kec='250726'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910107' where kec='250727'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910108' where kec='250728'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910111' where kec='250703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910112' where kec='250730'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910113' where kec='250731'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910114' where kec='250732'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910115' where kec='250733'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910116' where kec='250734'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910117' where kec='250736'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910118' where kec='250737'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910119' where kec='250738'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910120' where kec='250739'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910301' where kec='250123'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910302' where kec='250124'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910303' where kec='250121'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910304' where kec='250122'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910305' where kec='250114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910306' where kec='250115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910307' where kec='250116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910308' where kec='250117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910309' where kec='250118'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910310' where kec='250120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910311' where kec='250108'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910313' where kec='250128'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910315' where kec='250126'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910316' where kec='250125'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910318' where kec='250132'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910319' where kec='250130'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910401' where kec='250908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910402' where kec='250909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910410' where kec='250910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910411' where kec='250912'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910412' where kec='250911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910416' where kec='250916'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910417' where kec='250999'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910421' where kec='250923'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910422' where kec='250922'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910424' where kec='250990'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910425' where kec='250924'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910601' where kec='250205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910602' where kec='250208'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910603' where kec='250204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910604' where kec='250201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910605' where kec='250202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910608' where kec='250210'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910609' where kec='250209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910610' where kec='250203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910611' where kec='250207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910612' where kec='250206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910613' where kec='250218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910614' where kec='250217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910615' where kec='250211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910617' where kec='250212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910618' where kec='250214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910620' where kec='250216'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910621' where kec='250219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910701' where kec='251105'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910703' where kec='251106'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910706' where kec='251104'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910707' where kec='251110'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910708' where kec='251111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910710' where kec='251116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910711' where kec='251113'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910712' where kec='251115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910720' where kec='251120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910730' where kec='251130'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910801' where kec='251003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910802' where kec='251008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910804' where kec='251090'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910809' where kec='251004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910812' where kec='251016'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910813' where kec='251019'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910819' where kec='251015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910820' where kec='251014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910821' where kec='251018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910901' where kec='251203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910901' where kec='251219'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910902' where kec='251204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910903' where kec='251202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910904' where kec='251201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910905' where kec='251211'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910907' where kec='251214'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910908' where kec='251215'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910909' where kec='251212'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910910' where kec='251209'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910911' where kec='251205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910912' where kec='251206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910914' where kec='251217'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910915' where kec='251218'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='910917' where kec='251220'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911001' where kec='251905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911002' where kec='251904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911003' where kec='251906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911004' where kec='251902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911005' where kec='251903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911012' where kec='251914'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911013' where kec='251911'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911014' where kec='251907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911015' where kec='251910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911101' where kec='252003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911102' where kec='252004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911103' where kec='252002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911104' where kec='252001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911105' where kec='252005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911106' where kec='252007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911107' where kec='252006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911108' where kec='252008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911109' where kec='252010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911110' where kec='252011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911111' where kec='252009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911301' where kec='251601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911302' where kec='251603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911303' where kec='251602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911306' where kec='251649'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911307' where kec='251650'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911308' where kec='251651'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911309' where kec='251604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911310' where kec='251605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911311' where kec='251606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911313' where kec='251608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911314' where kec='251609'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911315' where kec='251610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911316' where kec='251611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911318' where kec='251613'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911319' where kec='251614'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911320' where kec='251615'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911321' where kec='251616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911322' where kec='251617'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911323' where kec='251618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911324' where kec='251619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911325' where kec='251620'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911326' where kec='251621'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911328' where kec='251623'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911331' where kec='251627'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911332' where kec='251624'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911333' where kec='251628'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911334' where kec='251629'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911335' where kec='251630'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911337' where kec='251632'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911338' where kec='251633'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911339' where kec='251634'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911340' where kec='251635'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911341' where kec='251636'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911342' where kec='251637'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911343' where kec='251638'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911344' where kec='251699'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911346' where kec='251641'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911348' where kec='251643'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911349' where kec='251644'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911350' where kec='251645'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911351' where kec='251646'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911352' where kec='251647'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911353' where kec='251648'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911401' where kec='251802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911402' where kec='251803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911403' where kec='251801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911404' where kec='251804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911405' where kec='251805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911407' where kec='251823'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911408' where kec='251830'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911409' where kec='251824'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911410' where kec='251821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911411' where kec='251806'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911413' where kec='251813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911414' where kec='251814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911415' where kec='251815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911416' where kec='251816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911418' where kec='251818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911420' where kec='251820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911422' where kec='251808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911423' where kec='251811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911425' where kec='251807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911426' where kec='251834'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911427' where kec='251825'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911428' where kec='251890'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911431' where kec='251826'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911433' where kec='251832'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911436' where kec='251837'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911437' where kec='251838'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911439' where kec='251840'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911444' where kec='251845'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911501' where kec='252601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911503' where kec='252602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911507' where kec='252607'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911509' where kec='252604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911511' where kec='252612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911512' where kec='252610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911513' where kec='252611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911601' where kec='251303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911602' where kec='251302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911604' where kec='251304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911605' where kec='251301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911606' where kec='251306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911607' where kec='251315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911608' where kec='251308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911609' where kec='251310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911610' where kec='251309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911611' where kec='251314'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911612' where kec='251312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911613' where kec='251311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911614' where kec='251313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911615' where kec='251307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911616' where kec='251319'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911618' where kec='251317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911619' where kec='251318'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911701' where kec='251403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911704' where kec='251402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911705' where kec='251404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911706' where kec='251405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911707' where kec='251410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911708' where kec='251409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911709' where kec='251407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911710' where kec='251408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911801' where kec='251506'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911804' where kec='251505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911805' where kec='251502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911806' where kec='251501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911807' where kec='251504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911811' where kec='251511'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911901' where kec='252701'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911902' where kec='252790'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911903' where kec='252703'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911904' where kec='252704'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='911905' where kec='252705'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912201' where kec='253204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912202' where kec='253202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912203' where kec='253203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912204' where kec='253205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912205' where kec='253201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912301' where kec='253003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912302' where kec='253002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912303' where kec='253001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912304' where kec='253009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912305' where kec='253008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912307' where kec='253004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912308' where kec='253007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912309' where kec='253005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912310' where kec='253010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912313' where kec='253037'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912401' where kec='252902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912402' where kec='252904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912403' where kec='252906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912404' where kec='252901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912405' where kec='252903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912406' where kec='252905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912407' where kec='252907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912408' where kec='252908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912501' where kec='253303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912502' where kec='253306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912503' where kec='253307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912504' where kec='253308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912506' where kec='253304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912508' where kec='253302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912510' where kec='253310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912515' where kec='253315'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912517' where kec='253317'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912522' where kec='253322'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912525' where kec='253325'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912601' where kec='253406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912602' where kec='253403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912603' where kec='253401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912604' where kec='253409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912605' where kec='253410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912606' where kec='253402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912607' where kec='253405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912609' where kec='253407'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912610' where kec='253404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912701' where kec='253601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912702' where kec='253603'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912703' where kec='253605'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912704' where kec='253604'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912705' where kec='253606'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912706' where kec='253602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912801' where kec='253501'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912802' where kec='253503'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912803' where kec='253504'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912804' where kec='253502'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='912805' where kec='253505'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='917101' where kec='256004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='917102' where kec='256003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='917103' where kec='256002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='917104' where kec='256001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='917105' where kec='256005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920101' where kec='320706'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920104' where kec='320707'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920105' where kec='320709'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920106' where kec='320711'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920107' where kec='320714'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920108' where kec='320708'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920110' where kec='320715'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920112' where kec='320712'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920113' where kec='320710'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920114' where kec='320713'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920117' where kec='320716'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920118' where kec='320717'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920120' where kec='320718'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920139' where kec='320719'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920141' where kec='320720'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920142' where kec='320722'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920203' where kec='320509'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920204' where kec='320510'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920205' where kec='320523'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920212' where kec='320513'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920213' where kec='320514'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920214' where kec='320515'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920215' where kec='320516'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920221' where kec='320524'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920401' where kec='320621'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920404' where kec='320601'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920406' where kec='320612'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920409' where kec='320602'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920410' where kec='320608'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920411' where kec='320610'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920412' where kec='320611'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920414' where kec='320616'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920415' where kec='320617'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920421' where kec='320618'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920422' where kec='320619'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920501' where kec='320802'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920502' where kec='320811'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920503' where kec='320807'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920504' where kec='320805'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920505' where kec='320812'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920506' where kec='320804'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920507' where kec='320810'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920508' where kec='320813'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920509' where kec='320808'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920510' where kec='320803'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920511' where kec='320809'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920513' where kec='320801'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920514' where kec='320814'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920515' where kec='320815'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920516' where kec='320816'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920517' where kec='320817'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920518' where kec='320818'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920519' where kec='320819'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920520' where kec='320820'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920521' where kec='320821'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920522' where kec='320822'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920523' where kec='320823'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920524' where kec='320824'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920525' where kec='320825'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920601' where kec='320408'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920602' where kec='320420'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920603' where kec='320402'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920604' where kec='320413'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920605' where kec='320417'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920606' where kec='320423'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920608' where kec='320401'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920609' where kec='320412'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920610' where kec='320406'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920611' where kec='320409'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920612' where kec='320410'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920613' where kec='320411'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920614' where kec='320403'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920615' where kec='320405'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920616' where kec='320404'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920617' where kec='320422'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920619' where kec='320415'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920620' where kec='320414'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920621' where kec='320416'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920622' where kec='320419'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920623' where kec='320418'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920624' where kec='320424'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920701' where kec='320305'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920702' where kec='320308'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920703' where kec='320306'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920704' where kec='320302'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920705' where kec='320309'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920706' where kec='320311'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920707' where kec='320301'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920708' where kec='320303'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920709' where kec='320304'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920710' where kec='320307'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920711' where kec='320310'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920712' where kec='320313'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920713' where kec='320312'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920801' where kec='320204'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920802' where kec='320201'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920803' where kec='320202'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920804' where kec='320206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920805' where kec='320205'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920806' where kec='320203'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920807' where kec='320207'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920901' where kec='320901'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920902' where kec='320902'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920903' where kec='320903'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920904' where kec='320904'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920905' where kec='320905'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920906' where kec='320906'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920909' where kec='320908'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920910' where kec='320907'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920911' where kec='320909'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920912' where kec='320910'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='920923' where kec='320920'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921001' where kec='321001'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921002' where kec='321002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921003' where kec='321003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921004' where kec='321004'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921005' where kec='321005'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921006' where kec='321006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921007' where kec='321007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921008' where kec='321008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921009' where kec='321009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921010' where kec='321010'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921011' where kec='321011'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921012' where kec='321091'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921014' where kec='321013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921016' where kec='321099'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921018' where kec='321090'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921019' where kec='321018'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921021' where kec='321014'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921022' where kec='321012'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921023' where kec='321015'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921101' where kec='321206'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921102' where kec='321221'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921104' where kec='321223'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921105' where kec='321224'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921106' where kec='321225'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921201' where kec='321120'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921202' where kec='321111'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921203' where kec='321112'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921205' where kec='321114'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921206' where kec='321115'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921207' where kec='321116'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921208' where kec='321117'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='921210' where kec='321119'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='927101' where kec='326013'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='927102' where kec='326002'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='927103' where kec='326006'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='927104' where kec='326007'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='927105' where kec='326008'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='927106' where kec='326009'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='927107' where kec='326003'");
        self::$connection->execute("update jaga.bos_summary_2017 set kecamatan_code='927109' where kec='326011'");
		self::$connection->execute("update jaga.bos_summary_2017 set jenjang_id=1 where jenjang='SD'");
		self::$connection->execute("update jaga.bos_summary_2017 set jenjang_id=2 where jenjang='SMP'");
		self::$connection->execute("update jaga.bos_summary_2017 set jenjang_id=3 where jenjang='SMA'");
		self::$connection->execute("update jaga.bos_summary_2017 set jenjang_id=4 where jenjang='SMK'");
    }

    /**
     * Reverse the migrations
     *
     * @return void
     */
    public function down()
    {
        self::$connection->execute('ALTER TABLE jaga.bos_summary_2017 DROP COLUMN kecamatan_code');
		self::$connection->execute('ALTER TABLE jaga.bos_summary_2017 DROP COLUMN jenjang_id');
    }

}
