post_links
Data license: CC-BY
3 rows where postId = 52472 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | link | kind |
---|---|---|---|
15935 | Text for Plastic Pollution Explorer 52472 | https://ourworldindata.org/plastic-pollution | internal-prominent-link |
15936 | Text for Plastic Pollution Explorer 52472 | https://ourworldindata.org/ocean-plastics | internal-prominent-link |
15937 | Text for Plastic Pollution Explorer 52472 | https://ourworldindata.org/grapher/global-plastics-production | 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 );