home / train

file

14 rows where patch_id = 259

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
1316 259 259 i18n/en.json
1317 259 259 i18n/qqq.json
1318 259 259 includes/Ballots/ApprovalBallot.php
1319 259 259 includes/Ballots/Ballot.php
1320 259 259 includes/Ballots/BallotStatus.php
1321 259 259 includes/Ballots/ChooseBallot.php
1322 259 259 includes/Ballots/PreferentialBallot.php
1323 259 259 includes/Ballots/RadioRangeBallot.php
1324 259 259 includes/Pages/ListPager.php
1325 259 259 includes/Pages/VotePage.php
1326 259 259 modules/ext.securepoll.special.css
1327 259 259 resources/critical-32.png
1328 259 259 resources/down-16.png
1329 259 259 resources/warning-22.png

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.169ms