post_links
Data license: CC-BY
5 rows where postId = 46623 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | link | kind |
---|---|---|---|
14809 | Global comparison: how much energy do people consume? 46623 | https://ourworldindata.org/energy-poverty-air-pollution | internal-link |
14810 | Global comparison: how much energy do people consume? 46623 | http://ourworldindata.org/energy-offshoring | internal-link |
14811 | Global comparison: how much energy do people consume? 46623 | http://ourworldindata.org/explorers/energy | internal-link |
14812 | Global comparison: how much energy do people consume? 46623 | https://ourworldindata.org/energy | internal-prominent-link |
14813 | Global comparison: how much energy do people consume? 46623 | https://ourworldindata.org/explorers/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 );