home / train

file

8 rows where patch_id = 79188

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
366061 79188 79188 RELEASE-NOTES-1.37
366062 79188 79188 includes/content/AbstractContent.php
366063 79188 79188 includes/content/Content.php
366064 79188 79188 includes/content/ContentHandler.php
366065 79188 79188 tests/phpunit/includes/content/FallbackContentTest.php
366066 79188 79188 tests/phpunit/includes/content/JsonContentTest.php
366067 79188 79188 tests/phpunit/includes/content/TextContentTest.php
366068 79188 79188 tests/phpunit/includes/content/WikitextContentTest.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 19.848ms