home / train

file

8 rows where patch_id = 2394

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
12127 2394 2394 gateway_common/DonationApiBase.php
12128 2394 2394 gateway_common/donation.api.php
12129 2394 2394 modules/js/ext.donationInterface.monthlyConvert.js
12130 2394 2394 tests/phpunit/Adapter/Adyen/AdyenApiTest.php
12131 2394 2394 tests/phpunit/Adapter/GlobalCollect/GlobalCollectApiTest.php
12132 2394 2394 tests/phpunit/Adapter/Ingenico/IngenicoApiTest.php
12133 2394 2394 tests/phpunit/Adapter/PayPal/PayPalApiTest.php
12134 2394 2394 tests/phpunit/DonationInterfaceApiTestCase.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.635ms