home / train

file

11 rows where patch_id = 1258

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
6213 1258 1258 tests/phpunit/data/import/Basic.expected.0.10.xml
6214 1258 1258 tests/phpunit/data/import/Basic.expected.0.11.xml
6215 1258 1258 tests/phpunit/data/import/Basic.import-1.xml
6216 1258 1258 tests/phpunit/data/import/Dupes.expected.0.10.xml
6217 1258 1258 tests/phpunit/data/import/Dupes.expected.0.11.xml
6218 1258 1258 tests/phpunit/data/import/Dupes.import-1.xml
6219 1258 1258 tests/phpunit/data/import/Dupes.import-2.xml
6220 1258 1258 tests/phpunit/data/import/README.md
6221 1258 1258 tests/phpunit/data/import/SiteInfo.0.10.xml
6222 1258 1258 tests/phpunit/data/import/SiteInfo.0.11.xml
6223 1258 1258 tests/phpunit/includes/import/ImportExportTest.php

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE file (
            id INTEGER PRIMARY KEY,
            patch_id INTEGER NOT NULL,
            filename INTEGER NOT NULL,
            FOREIGN KEY(patch_id) REFERENCES patch(id)
        );
CREATE INDEX file_patch_id ON file(patch_id);
Powered by Datasette · Queries took 18.05ms