Skip to content

Instantly share code, notes, and snippets.

@novalagung
Created November 21, 2012 03:44
Show Gist options
  • Save novalagung/4122885 to your computer and use it in GitHub Desktop.
Save novalagung/4122885 to your computer and use it in GitHub Desktop.
select
KIRAAN.KODE AS KODEAKUN
, KIRAAN.NOSUBKLASIFIKASI
, KIRAAN.NAMA AS NAMAAKUN
, KIRAAN.ALIASNAMA
, KIRAAN.CHECKING
, KLAS.NOKLASIFIKASI
from
KIRAAN
, SUBKLAS
, KLAS
where
KIRAAN.KODE > 0
AND KIRAAN.NOSUBKLASIFIKASI = SUBKLAS.NOSUBKLASIFIKASI
AND SUBKLAS.NOKLASIFIKASI = KLAS.NOKLASIFIKASI
AND KIRAAN.CHECKING = 'T'
order by
KODE
ASC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment