home / train

file

12 rows where patch_id = 61675

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
288364 61675 61675 composer.json
288365 61675 61675 composer.lock
288366 61675 61675 composer/installed.json
288367 61675 61675 cssjanus/cssjanus/AUTHORS.txt
288368 61675 61675 cssjanus/cssjanus/CODE_OF_CONDUCT.md
288369 61675 61675 cssjanus/cssjanus/NOTICE.txt
288370 61675 61675 cssjanus/cssjanus/README.md
288371 61675 61675 cssjanus/cssjanus/composer.json
288372 61675 61675 cssjanus/cssjanus/src/CSSJanus.php
288373 61675 61675 cssjanus/cssjanus/test/CSSJanusBenchmark.php
288374 61675 61675 cssjanus/cssjanus/test/bench.php
288375 61675 61675 cssjanus/cssjanus/test/suites/CSSJanusTest.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.236ms