하나의 row에 cols 별로 조건을 주기 select count(case when del_chk=1 then title else null end) as sort1 , count(case when del_chk=0 then title else null end) as sort2 from OSEN_SVCS.NEWS_01...
case when에 대한 요약내용입니다.
자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.
하나의 row에 cols 별로 조건을 주기 select count(case when del_chk=1 then title else null end) as sort1 , count(case when del_chk=0 then title else null end) as sort2 from OSEN_SVCS.NEWS_01...
case when에 대한 요약내용입니다.
자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.
원문 링크 : case when