Dear All,
Mohon pencerahan sql statement, tentang menampilkan jumlah (count) record dari
beberapa table.
Saya telah coba dengan script di bawah ini, tetapi record yang ditampilkan
masih per table
select count (*) from biodata;
select count (*) from dtkeluarga
select count (*) from lahir;
select count (*) from mati;
select count (*) from kawin;
select count (*) from cerai;
select count (*) from pindah;
Sementara tampilan data/record yang inginkan sebagai berikut :
biodata dtkeluarga lahir mati kawin cerai pindah
--------- ------------ ------ ------- -------- ----- --------
Thx
Padang Nadimpu