home / train

file

7 rows where patch_id = 10878

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
49827 10878 10878 includes/ServiceWiring.php
49828 10878 10878 includes/parser/Parser.php
49829 10878 10878 includes/parser/ParserFactory.php
49830 10878 10878 includes/parser/Preprocessor.php
49831 10878 10878 tests/phpunit/includes/parser/ParserTest.php
49832 10878 10878 tests/phpunit/includes/parser/TagHooksTest.php
49833 10878 10878 tests/phpunit/unit/includes/parser/ParserFactoryTest.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 20.634ms