home / train

file

7 rows where patch_id = 58467

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
268858 58467 58467 includes/api/ApiBlock.php
268859 58467 58467 includes/api/ApiMain.php
268860 58467 58467 includes/api/i18n/en.json
268861 58467 58467 includes/api/i18n/qqq.json
268862 58467 58467 includes/block/BlockActionInfo.php
268863 58467 58467 tests/phpunit/includes/api/ApiBlockTest.php
268864 58467 58467 tests/phpunit/unit/includes/block/BlockActionInfoTest.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 21.962ms