home / train

file

7 rows where patch_id = 87250

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
414480 87250 87250 extension.json
414481 87250 87250 i18n/confirmemail/en.json
414482 87250 87250 i18n/confirmemail/es.json
414483 87250 87250 i18n/confirmemail/qqq.json
414484 87250 87250 includes/Specials/SpecialCreateAccountCampaign.php
414485 87250 87250 includes/VariantHooks.php
414486 87250 87250 modules/ext.growthExperiments.Account.styles/DonorSignupCampaign.less

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 19.482ms