home / train

file

5 rows where patch_id = 10823

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
49613 10823 10823 autoload.php
49614 10823 10823 includes/libs/rdbms/database/DoctrineSchemaBuilderFactory.php
49615 10823 10823 includes/libs/rdbms/database/MWMySQLPlatform.php
49616 10823 10823 includes/libs/rdbms/database/MWMySQLPlatformCompat.php
49617 10823 10823 maintenance/generateSchemaSql.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.705ms