home / train

file

14 rows where patch_id = 38766

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
178752 38766 38766 includes/CategoryViewer.php
178753 38766 38766 includes/EditPage.php
178754 38766 38766 includes/Setup.php
178755 38766 38766 includes/db/DatabaseOracle.php
178756 38766 38766 includes/externalstore/ExternalStoreMwstore.php
178757 38766 38766 includes/filerepo/file/ForeignAPIFile.php
178758 38766 38766 includes/libs/objectcache/BagOStuff.php
178759 38766 38766 includes/media/DjVuImage.php
178760 38766 38766 includes/parser/Parser.php
178761 38766 38766 includes/parser/ParserOutput.php
178762 38766 38766 includes/specialpage/AuthManagerSpecialPage.php
178763 38766 38766 includes/specialpage/SpecialPage.php
178764 38766 38766 languages/classes/LanguageFi.php
178765 38766 38766 languages/classes/LanguageKk_cyrl.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 23.51ms