home / train

file

8 rows where patch_id = 2330

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
11622 2330 2330 autoload.php
11623 2330 2330 includes/DefaultSettings.php
11624 2330 2330 includes/ServiceWiring.php
11625 2330 2330 includes/jobqueue/jobs/UserEditCountInitJob.php
11626 2330 2330 includes/user/UserEditTracker.php
11627 2330 2330 tests/phpunit/includes/jobqueue/jobs/UserEditCountInitJobTest.php
11628 2330 2330 tests/phpunit/includes/user/UserGroupManagerTest.php
11629 2330 2330 tests/phpunit/unit/includes/user/UserEditTrackerTest.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.751ms