home / train

file

6 rows where patch_id = 38357

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
177171 38357 38357 RELEASE-NOTES-1.33
177172 38357 38357 maintenance/dictionary/mediawiki.dic
177173 38357 38357 resources/Resources.php
177174 38357 38357 resources/src/jquery/jquery.hidpi.js
177175 38357 38357 tests/qunit/QUnitTestResources.php
177176 38357 38357 tests/qunit/suites/resources/jquery/jquery.hidpi.test.js

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