Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix implausible event durations #255

Open
WolfgangFahl opened this issue Aug 23, 2021 · 1 comment
Open

Fix implausible event durations #255

WolfgangFahl opened this issue Aug 23, 2021 · 1 comment
Assignees
Labels
bug Migration Migration steps or prerequisites needs manual fixing WP 2.6 Data https://wiki.tib.eu/jira/browse/CONFIDENT-121
Milestone

Comments

@WolfgangFahl
Copy link
Collaborator

WolfgangFahl commented Aug 23, 2021

OPENRESEARCH conference durations

query

select count(*),endDate-startdate+1 as duration from 
event_orclone
where endDate is not Null and startDate is not Null
group by duration
order by 2 

result

count(*) duration
1 -49
1 -43
3 -9
1 -7
1 -3
1 -2
2 -1
2 0
8522 1
14 2
2 3
1 17
1 40
1 46
2 48
@WolfgangFahl WolfgangFahl added bug Migration Migration steps or prerequisites WP 2.6 Data https://wiki.tib.eu/jira/browse/CONFIDENT-121 needs manual fixing labels Aug 23, 2021
@WolfgangFahl WolfgangFahl added this to the 2021-09 milestone Aug 23, 2021
@WolfgangFahl WolfgangFahl self-assigned this Aug 23, 2021
@WolfgangFahl
Copy link
Collaborator Author

WolfgangFahl commented Aug 23, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Migration Migration steps or prerequisites needs manual fixing WP 2.6 Data https://wiki.tib.eu/jira/browse/CONFIDENT-121
Projects
None yet
Development

No branches or pull requests

1 participant