Created
December 14, 2015 09:49
Revisions
-
febrianrendak created this gist
Dec 14, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ SELECT tab_id, (SELECT ns_nama FROM z_nasabah WHERE ns_id=t.`ns_id`) AS ns_nama, tab_saldo, tab_tgl_pembuatan, tab_cara_bayar FROM z_tabungan t WHERE tabj_id='TB005' AND (SELECT uk_id FROM z_nasabah WHERE ns_id=t.ns_id)='UK011' AND tab_cara_bayar='potong_gaji' ORDER BY tab_id;