home / train

file

7 rows where patch_id = 78936

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
364882 78936 78936 i18n/en.json
364883 78936 78936 i18n/qqq.json
364884 78936 78936 includes/AboutTopicRenderer.php
364885 78936 78936 includes/Specials/SpecialAboutTopic.php
364886 78936 78936 modules/ext.articleplaceholder.defaultDisplay/ext.articleplaceholder.defaultDisplay.css
364887 78936 78936 tests/phpunit/includes/AboutTopicRendererTest.php
364888 78936 78936 tests/phpunit/includes/specials/SpecialAboutTopicIntegrationTest.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 311.492ms