post_links
Data license: CC-BY
4 rows where postId = 45702 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | link | kind |
---|---|---|---|
14515 | Which countries get the most electricity from low-carbon sources? 45702 | https://ourworldindata.org/grapher/electricity-prod-source-stacked | internal-link |
14516 | Which countries get the most electricity from low-carbon sources? 45702 | https://ourworldindata.org/explorers/energy | internal-prominent-link |
14517 | Which countries get the most electricity from low-carbon sources? 45702 | https://ourworldindata.org/low-carbon-electricity | internal-prominent-link |
14518 | Which countries get the most electricity from low-carbon sources? 45702 | https://ourworldindata.org/energy | 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 );