database - having count in multiple condition but in same table mysql -
can make having count on query syntax in multiple condition? query
select * absen keterangan = 'sakit' having count('keterangan') >= 1 , keterangan = 'alpa' having count('keterangan') > 5
but in single condition work perferctly helped
yup can have multiple condition doesn't need write clause every time use , apply both conditions
Comments
Post a Comment