home / sidx

UriReference

7 rows where target = 788

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
14860 blake3-HMucwZ5uroVb5Q3bXaWYzHsk6bgjN44N5iAI9hFQt+E= 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.128-archive.tar.xz 788  
14861 blake3-HMucwZ5uroVb5Q3bXaWYzHsk6bgjN44N5iAI9hFQt+E= 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.128-archive.tar.xz 788  
14862 blake3-HMucwZ5uroVb5Q3bXaWYzHsk6bgjN44N5iAI9hFQt+E= 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.128-archive.tar.xz 788  
14863 blake3-HMucwZ5uroVb5Q3bXaWYzHsk6bgjN44N5iAI9hFQt+E= 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.128-archive.tar.xz 788  
14864 blake3-HMucwZ5uroVb5Q3bXaWYzHsk6bgjN44N5iAI9hFQt+E= 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.128-archive.tar.xz 788  
14865 blake3-HMucwZ5uroVb5Q3bXaWYzHsk6bgjN44N5iAI9hFQt+E= 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.128-archive.tar.xz 788  
14866 blake3-HMucwZ5uroVb5Q3bXaWYzHsk6bgjN44N5iAI9hFQt+E= 213 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-ppc64le/cuda_profiler_api-linux-ppc64le-12.2.128-archive.tar.xz 788  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "UriReference" (
	"content"	INTEGER NOT NULL,
	"target"	INTEGER,
	"why"	INTEGER,
	"id"	INTEGER,
	CONSTRAINT "NoDupRefs" UNIQUE("content","target","why"),
	PRIMARY KEY("id"),
	FOREIGN KEY("content") REFERENCES "Hash"("id"),
	FOREIGN KEY("target") REFERENCES "Str"("id"),
	FOREIGN KEY("why") REFERENCES "Str"("id")
) STRICT;
CREATE INDEX UriReferenceIdx
ON UriReference(target, content);
Powered by Datasette · Queries took 64.021ms