home / train

file

8 rows where patch_id = 13421

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
62891 13421 13421 includes/AbuseFilter.php
62892 13421 13421 includes/AbuseFilterHooks.php
62893 13421 13421 includes/Views/AbuseFilterViewEdit.php
62894 13421 13421 includes/Views/AbuseFilterViewRevert.php
62895 13421 13421 includes/api/ApiQueryAbuseLog.php
62896 13421 13421 includes/special/AbuseFilterSpecialPage.php
62897 13421 13421 includes/special/SpecialAbuseLog.php
62898 13421 13421 tests/phpunit/AbuseFilterSaveTest.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 23.745ms