home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 312396095

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
312396095 MDU6SXNzdWUzMTIzOTYwOTU= 198 Ability to sort with nulls last 9599 open 0     0 2018-04-09T05:15:40Z 2018-07-10T17:45:37Z   OWNER  

Split off from #189

Here's how to do that in SQL: https://fivethirtyeight.datasettes.com/fivethirtyeight-2628db9?sql=select+rowid%2C+*+from+%5Bnfl-wide-receivers%2Fadvanced-historical%5D%0D%0Aorder+by+case+when+career_ranypa+is+null+then+1+else+0+end%2C+career_ranypa%2C+rowid

order by case when career_ranypa is null then 1 else 0 end, career_ranypa
107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/198/reactions",
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
   

Links from other tables

  • 1 row from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.943ms · About: github-to-sqlite