post_links
Data license: CC-BY
2 rows where postId = 53780 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | link | kind |
---|---|---|---|
16121 | World Bank PIP data still in 2011 PPPs warning 53780 | https://ourworldindata.org/from-1-90-to-2-15-a-day-the-updated-international-poverty-line | internal-prominent-link |
16122 | World Bank PIP data still in 2011 PPPs warning 53780 | https://ourworldindata.org/explorers/poverty-explorer | internal-prominent-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 );