home / train

file

10 rows where patch_id = 35281

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
164194 35281 35281 RELEASE-NOTES-1.33
164195 35281 35281 includes/DefaultSettings.php
164196 35281 35281 includes/Linker.php
164197 35281 35281 includes/media/ImageHandler.php
164198 35281 35281 includes/media/SvgHandler.php
164199 35281 35281 includes/parser/Parser.php
164200 35281 35281 tests/parser/ParserTestRunner.php
164201 35281 35281 tests/parser/parserTests.txt
164202 35281 35281 tests/phpunit/includes/media/SVGTest.php
164203 35281 35281 tests/phpunit/includes/media/SvgHandlerTest.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 16.628ms