2 lines
85 B
SQL
2 lines
85 B
SQL
SELECT count() FROM github_events WHERE cast(v:type as string) = 'IssueCommentEvent'
|
SELECT count() FROM github_events WHERE cast(v:type as string) = 'IssueCommentEvent'
|