post_links
Data license: CC-BY
6 rows where postId = 15966 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | link | kind |
---|---|---|---|
3425 | Mental Health 15966 | https://ourworldindata.org/depression-lifetime-risk | internal-link |
3426 | Mental Health 15966 | https://ourworldindata.org/grapher/burden-disease-from-each-mental-illness | internal-link |
3427 | Mental Health 15966 | https://ourworldindata.org/how-do-researchers-study-the-prevalence-of-mental-illnesses | internal-link |
3428 | Mental Health 15966 | https://ourworldindata.org/burden-of-disease | internal-link |
3429 | Mental Health 15966 | https://ourworldindata.org/financing-healthcare | internal-link |
3430 | Mental Health 15966 | https://ourworldindata.org/suicide | internal-link |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `link` TEXT, `kind` TEXT, CONSTRAINT `FK_post_links_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );