home / train

file

11 rows where patch_id = 1246

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ patch_id filename
6174 1246 1246 includes/libs/objectcache/APCUBagOStuff.php
6175 1246 1246 includes/libs/objectcache/HashBagOStuff.php
6176 1246 1246 includes/libs/objectcache/MediumSpecificBagOStuff.php
6177 1246 1246 includes/libs/objectcache/MemcachedPeclBagOStuff.php
6178 1246 1246 includes/libs/objectcache/MemcachedPhpBagOStuff.php
6179 1246 1246 includes/libs/objectcache/RESTBagOStuff.php
6180 1246 1246 includes/libs/objectcache/RedisBagOStuff.php
6181 1246 1246 includes/libs/objectcache/WinCacheBagOStuff.php
6182 1246 1246 includes/libs/objectcache/utils/MemcachedClient.php
6183 1246 1246 includes/libs/objectcache/wancache/WANObjectCache.php
6184 1246 1246 includes/objectcache/SqlBagOStuff.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.762ms