home / train

file

6 rows where patch_id = 1252

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
6194 1252 1252 includes/EditPage.php
6195 1252 1252 includes/page/Article.php
6196 1252 1252 includes/specials/SpecialUndelete.php
6197 1252 1252 languages/i18n/en.json
6198 1252 1252 languages/i18n/qqq.json
6199 1252 1252 tests/phpunit/includes/page/ArticleViewTest.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 16.998ms