SELECT * FROM `tb_sipp_api_pertahun` JOIN `pengadilan_negeri` ON `tb_sipp_api_pertahun`.`satker_id`=`pengadilan_negeri`.`kode` WHERE `pengadilan_negeri`.`pt_id` = '48' AND `tb_sipp_api_pertahun`.`tahun` IS NULL ORDER BY `nama` ASC