home / train

file

7 rows where patch_id = 881

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
4611 881 881 includes/EditPage.php
4612 881 881 includes/OutputPage.php
4613 881 881 includes/ProtectionForm.php
4614 881 881 includes/specials/SpecialChangeEmail.php
4615 881 881 includes/specials/SpecialUpload.php
4616 881 881 includes/specials/SpecialUserrights.php
4617 881 881 includes/templates/NoLocalSettings.mustache

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