home / train

file

8 rows where patch_id = 130315

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
663224 130315 130315 composer/installed.json
663225 130315 130315 oojs/oojs-ui/i18n/ar.json
663226 130315 130315 oojs/oojs-ui/i18n/az.json
663227 130315 130315 composer.lock
663228 130315 130315 composer.json
663229 130315 130315 oojs/oojs-ui/php/layouts/IndexLayout.php
663230 130315 130315 composer/installed.php
663231 130315 130315 oojs/oojs-ui/History.md

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 19.555ms