home / train

file

12 rows where patch_id = 10822

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
49601 10822 10822 includes/installer/MysqlUpdater.php
49602 10822 10822 includes/installer/PostgresUpdater.php
49603 10822 10822 includes/installer/SqliteUpdater.php
49604 10822 10822 maintenance/archives/patch-page-page_title-varbinary.sql
49605 10822 10822 maintenance/postgres/tables-generated.sql
49606 10822 10822 maintenance/postgres/tables.sql
49607 10822 10822 maintenance/sqlite/archives/patch-page-page_title-varbinary.sql
49608 10822 10822 maintenance/sqlite/tables-generated.sql
49609 10822 10822 maintenance/tables-generated.sql
49610 10822 10822 maintenance/tables.json
49611 10822 10822 maintenance/tables.sql
49612 10822 10822 tests/phpunit/structure/DatabaseIntegrationTest.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 18.531ms