home / train

file

8 rows where patch_id = 1826

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
8225 1826 1826 composer.json
8226 1826 1826 composer.lock
8227 1826 1826 composer/installed.json
8228 1826 1826 symfony/polyfill-php73/composer.json
8229 1826 1826 symfony/service-contracts/ServiceLocatorTrait.php
8230 1826 1826 symfony/service-contracts/ServiceSubscriberTrait.php
8231 1826 1826 symfony/service-contracts/composer.json
8232 1826 1826 symfony/translation-contracts/composer.json

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