Workdocumentation 2021-05-10
Jump to navigation
Jump to search
PTP Event Corpus
Year availability
select yearavailable,allCount,yearavailable*100/allCount from
(select count(*) as yearavailable from event where year is not null),
(select count(*) as allCount from event)