home / train

file

5 rows where patch_id = 4487

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
21120 4487 4487 includes/specialpage/SpecialPageFactory.php
21121 4487 4487 includes/specials/SpecialUncategorizedCategories.php
21122 4487 4487 includes/specials/SpecialUncategorizedPages.php
21123 4487 4487 includes/specials/SpecialUncategorizedTemplates.php
21124 4487 4487 tests/phpunit/includes/specials/SpecialUncategorizedCategoriesTest.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 1879.488ms