"회의록 20210805"의 두 판 사이의 차이

hanyang2
이동: 둘러보기, 검색
(새 문서: ==2021. 08. 04. 데이터 구축 현황== *데이터 업로드: temp01Data, temp01Links *전체 노드: 1,665건 *전체 링크: 1,494건 ===Node Report=== *노드: 1,665건 <syntaxh...)
 
17번째 줄: 17번째 줄:
  
 
*편찬자별 노드 건수
 
*편찬자별 노드 건수
 +
<syntaxhighlight lang="sql">
 +
select b.item as '편찬자', count(b.item) as '건수'
 +
from temp01Data a
 +
cross apply fn_split(note,',') b
 +
group by b.item
 +
order by b.item
 +
</syntaxhighlight>
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
! 편찬자 !! 건수
 
! 편찬자 !! 건수

2021년 8월 4일 (수) 20:50 판

2021. 08. 04. 데이터 구축 현황

  • 데이터 업로드: temp01Data, temp01Links
  • 전체 노드: 1,665건
  • 전체 링크: 1,494건

Node Report

  • 노드: 1,665건
select * from temp01Data
  • Class별 노드 건수
select class, count(*) from temp01Data
group by class order by class
  • 편찬자별 노드 건수
select b.item as '편찬자', count(b.item) as '건수'
from temp01Data a
cross apply fn_split(note,',') b
group by b.item
order by b.item
편찬자 건수
김은숙 145
김지영 99
김혁 131
김현승 251
린지 85
박려정 31
박수정 120
박지윤 108
박현정 199
이순구 50
이재열 114
이한나 242
임민혁 78