Coba:
select LOPID,EmpId,
max(case when LOPStatus='Y' then TimeUpdated end) as time_start,
max(case when LOPStatus='N' then TimeUpdated end) as time_end
from LOPList where JobID= 22 group by LOPID;
Coba:
select LOPID,EmpId,
max(case when LOPStatus='Y' then TimeUpdated end) as time_start,
max(case when LOPStatus='N' then TimeUpdated end) as time_end
from LOPList where JobID= 22 group by LOPID;
Bagaimana cara mengubah default kolom tabel mysql?
Tidak dapat terhubung ke server MySQL lokal melalui soket homebrew
SQLSTATE[HY093]:Nomor parameter tidak valid:parameter tidak ditentukan
Parameter Opsional dalam prosedur tersimpan Mysql
Masukkan id tertentu ke bidang yang bertambah otomatis di MySQL dengan Entity Framework 5