home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 377049625

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/simonw/datasette/issues/189#issuecomment-377049625 https://api.github.com/repos/simonw/datasette/issues/189 377049625 MDEyOklzc3VlQ29tbWVudDM3NzA0OTYyNQ== 9599 2018-03-28T21:52:05Z 2018-03-28T21:52:05Z OWNER

This is a better pattern as you don't have to pick a minimum value:

ORDER BY CASE WHEN SOMECOL IS NULL THEN 1 ELSE 0 END, SOMECOL
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
309471814  
Powered by Datasette · Queries took 1.149ms · About: github-to-sqlite