posts_gdocs_x_images
Data license: CC-BY
6 rows where gdocId = "1KQHSgvKYhaEeu8Y_b9mMk9KyirXJusLYXjc7r2FMx1g"
This data as json, CSV (advanced)
id ▼ | gdocId | imageId |
---|---|---|
2677 | The map we need if we want to think about how global living conditions are changing 1KQHSgvKYhaEeu8Y_b9mMk9KyirXJusLYXjc7r2FMx1g | 640 640 |
2678 | The map we need if we want to think about how global living conditions are changing 1KQHSgvKYhaEeu8Y_b9mMk9KyirXJusLYXjc7r2FMx1g | 613 613 |
2679 | The map we need if we want to think about how global living conditions are changing 1KQHSgvKYhaEeu8Y_b9mMk9KyirXJusLYXjc7r2FMx1g | 611 611 |
2680 | The map we need if we want to think about how global living conditions are changing 1KQHSgvKYhaEeu8Y_b9mMk9KyirXJusLYXjc7r2FMx1g | 609 609 |
2681 | The map we need if we want to think about how global living conditions are changing 1KQHSgvKYhaEeu8Y_b9mMk9KyirXJusLYXjc7r2FMx1g | 612 612 |
2682 | The map we need if we want to think about how global living conditions are changing 1KQHSgvKYhaEeu8Y_b9mMk9KyirXJusLYXjc7r2FMx1g | 610 610 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "posts_gdocs_x_images" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "gdocId" VARCHAR(255) NOT NULL , "imageId" INTEGER NOT NULL, FOREIGN KEY("gdocId") REFERENCES "posts_gdocs" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION, FOREIGN KEY("imageId") REFERENCES "images" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "gdocId" ON "posts_gdocs_x_images" ("gdocId"); CREATE INDEX "imageId" ON "posts_gdocs_x_images" ("imageId");