select (select nama from anggota where idanggota=a.idanggota) nama, plafon pokok, plafon+margin harga_jual, (select tglahir from anggota where idanggota=a.idanggota) tglahir, (select nomoid from anggota where idanggota=a.idanggota) nomoid, (select alamt1||' '||alamt2 from anggota where idanggota=a.idanggota) alamat, (select namadesa from desa c where iddesa=(select iddesa from majelis d where iddesa=c.iddesa and idmajelis=(select idmajelis from anggota where idmajelis=d.idmajelis and idanggota=a.idanggota))) desa, (select namakecamatan from kecamatan c where idkecamatan=(select idkecamatan from majelis d where idkecamatan=c.idkecamatan and idmajelis=(select idmajelis from anggota where idmajelis=d.idmajelis and idanggota=a.idanggota))) kecamatan, (select namakabupaten from kabupaten c where idkabupaten=(select idkabupaten from majelis d where idkabupaten=c.idkabupaten and idmajelis=(select idmajelis from anggota where idmajelis=d.idmajelis and idanggota=a.idanggota))) kabupaten, ' ' kodepos, (select namaibu from anggota where idanggota=a.idanggota) ibukandung, (select ketera from peruntukan where kode=a.kdtuju) tujuan, a.tgdrop tglcair, a.tglreg tglregis from pyd_mast a, pyd_saldo b where a.nompyd=b.nompyd and a.tgdrop between '01/01/2019' and (select tglsek from pas_hprs) order by 1,6,5,3