home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 606304837

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/dogsheep/twitter-to-sqlite/issues/39#issuecomment-606304837 https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/39 606304837 MDEyOklzc3VlQ29tbWVudDYwNjMwNDgzNw== 9599 2020-03-30T23:27:50Z 2020-03-30T23:29:31Z MEMBER One option would be something like this: ```sql select max(id) from tweets where user = ? and not exists (select id from tweets where retweeted_status = id) and not exists (select id from tweets where quoted_status = id) and not exists (select id from tweets where in_reply_to_status_id = id) ``` Might be a good idea to index those columns (after confirming that doing so would indeed speed up the query). {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 590666760  
Powered by Datasette · Queries took 1.006ms