home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1524669124

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/2066#issuecomment-1524669124 https://api.github.com/repos/simonw/datasette/issues/2066 1524669124 IC_kwDOBm6k_c5a4JrE 9599 2023-04-27T04:10:44Z 2023-04-27T04:10:52Z OWNER I need an alternative way of generating a long string with a shorter URL. ```sql select group_concat('abcabcabc', '') from json_each(json_array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)) ``` https://latest.datasette.io/_memory?sql=select+group_concat%28%27abcabcabc%27%2C+%27%27%29+from+json_each%28json_array%281%2C+2%2C+3%2C+4%2C+5%2C+6%2C+7%2C+8%2C+9%2C+10%29%29 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1686042269  
Powered by Datasette · Queries took 1.051ms