post_links
Data license: CC-BY
5 rows where postId = 25395 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: link
id | postId ▲ | link | kind |
---|---|---|---|
6134 | Pesticides 25395 | http://ourworldindata.org/crop-yields | internal-link |
6135 | Pesticides 25395 | http://ourworldindata.org/biodiversity | internal-link |
6136 | Pesticides 25395 | http://ourworldindata.org/fertilizers | internal-link |
6137 | Pesticides 25395 | https://ourworldindata.org/biodiversity | internal-link |
6138 | Pesticides 25395 | http://ourworldindata.org/crop-yields | 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 );