Anda di halaman 1dari 1

SELECT

a.nm_siswa AS nama, a.nisn AS nisn, a.asl_sekolah AS sekolah,


g.no_peserta AS no_peserta, g.tg l_daftar AS tgl_daftar,
b.sem_1 AS bind_1, b.sem_2 AS bind_2, b.sem_3 AS bind_3, b.sem_4 AS bind_4, b.sem_5 AS bind_5,
b.rata_rata AS bind,
c.sem_1 AS bing_1, c.sem_2 AS bing_2, c.sem_3 AS bing_3, c.sem_4 AS bing_4, c.sem_5 AS bing_5,
c.rata_rata AS bing,
d.sem_1 AS mat_1, d.sem_2 AS mat_2, d.sem_3 AS mat_3, d.sem_4 AS mat_4, d.sem_5 AS mat_5,
d.rata_rata AS mat

FROM
pmb_biodata AS a,
pmb_bind AS b,
pmb_bing AS c,
pmb_mat AS d,
pmb_adm_siswa AS g

SELECT
a.nm_siswa AS nama, a.nisn AS nisn, a.asl_sekolah AS sekolah,
g.no_peserta AS no_peserta, g.tgl_daftar AS tgl_daftar,
b.sem_1 AS bind_1, b.sem_2 AS bind_2, b.sem_3 AS bind_3, b.sem_4 AS bind_4, b.sem_5 AS bind_5,
b.rata_rata AS bind,
c.sem_1 AS bing_1, c.sem_2 AS bing_2, c.sem_3 AS bing_3, c.sem_4 AS bing_4, c.sem_5 AS bing_5,
c.rata_rata AS bing, d.sem_1 AS mat_1, d.sem_2 AS mat_2, d.sem_3 AS mat_3, d.sem_4 AS mat_4,
d.sem_5 AS mat_5, d.rata_rata AS mat

FROM
pmb_biodata AS a,
pmb_bind AS b,
pmb_bing AS c,
pmb_mat AS d,
pmb_adm_siswa AS g

Anda mungkin juga menyukai