post_links
Data license: CC-BY
10 rows where postId = 4128 sorted by postId descending
This data as json, CSV (advanced)
Suggested facets: kind
id | postId ▲ | link | kind |
---|---|---|---|
1274 | Energy 4128 | http://ourworldindata.org/co2-and-other | internal-link |
1275 | Energy 4128 | http://ourworldindata.org/air-pollution | internal-link |
1276 | Energy 4128 | https://ourworldindata.org/co2-and-other-greenhouse-gas-emissions | internal-link |
1277 | Energy 4128 | https://ourworldindata.org/air-pollution | internal-link |
1278 | Energy 4128 | https://ourworldindata.org/oil-spills | internal-link |
1279 | Energy 4128 | https://ourworldindata.org/cheap-renewables-growth | internal-link |
1280 | Energy 4128 | https://ourworldindata.org/land-use-per-energy-source | internal-link |
1281 | Energy 4128 | https://ourworldindata.org/energy-offshoring | internal-link |
1282 | Energy 4128 | https://ourworldindata.org/energy-gdp-decoupling | internal-link |
1283 | Energy 4128 | https://github.com/owid/energy-data | external-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 );