home / train

file

16 rows where patch_id = 869

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
4536 869 869 includes/EditPage.php
4537 869 869 includes/api/ApiQueryLogEvents.php
4538 869 869 includes/export/WikiExporter.php
4539 869 869 includes/export/XmlDumpWriter.php
4540 869 869 includes/import/WikiRevision.php
4541 869 869 includes/logging/DatabaseLogEntry.php
4542 869 869 includes/logging/LogPage.php
4543 869 869 includes/logging/ManualLogEntry.php
4544 869 869 includes/revisiondelete/RevDelLogItem.php
4545 869 869 includes/revisiondelete/RevDelLogList.php
4546 869 869 includes/revisiondelete/RevisionDeleter.php
4547 869 869 includes/specialpage/SpecialPageFactory.php
4548 869 869 includes/specials/SpecialProtectedpages.php
4549 869 869 includes/specials/pagers/ProtectedPagesPager.php
4550 869 869 tests/phpunit/includes/logging/DatabaseLogEntryTest.php
4551 869 869 tests/phpunit/includes/page/WikiPageDbTest.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 13.709ms