home / train

file

7 rows where patch_id = 78918

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
364725 78918 78918 RELEASE-NOTES-1.37
364726 78918 78918 includes/parser/CoreParserFunctions.php
364727 78918 78918 includes/parser/Parser.php
364728 78918 78918 includes/parser/ParserOptions.php
364729 78918 78918 tests/parser/ParserTestRunner.php
364730 78918 78918 tests/phpunit/includes/parser/ParserMethodsTest.php
364731 78918 78918 tests/phpunit/includes/parser/ParserOptionsTest.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 3335.061ms