home / sidx

UriReference

10 rows where target = 134

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
2113 blake3-Ide0LiS3sipiu9ejpuWL6kx5oQlRcIaD2r/T7rqkPxE= 52 https://developer.download.nvidia.com/compute/cuda/redist/visual_studio_integration/LICENSE.txt 134  
2114 blake3-Ide0LiS3sipiu9ejpuWL6kx5oQlRcIaD2r/T7rqkPxE= 52 https://developer.download.nvidia.com/compute/cuda/redist/visual_studio_integration/LICENSE.txt 134  
2115 blake3-Ide0LiS3sipiu9ejpuWL6kx5oQlRcIaD2r/T7rqkPxE= 52 https://developer.download.nvidia.com/compute/cuda/redist/visual_studio_integration/LICENSE.txt 134  
2116 blake3-Ide0LiS3sipiu9ejpuWL6kx5oQlRcIaD2r/T7rqkPxE= 52 https://developer.download.nvidia.com/compute/cuda/redist/visual_studio_integration/LICENSE.txt 134  
2117 blake3-Ide0LiS3sipiu9ejpuWL6kx5oQlRcIaD2r/T7rqkPxE= 52 https://developer.download.nvidia.com/compute/cuda/redist/visual_studio_integration/LICENSE.txt 134  
2118 blake3-Ide0LiS3sipiu9ejpuWL6kx5oQlRcIaD2r/T7rqkPxE= 52 https://developer.download.nvidia.com/compute/cuda/redist/visual_studio_integration/LICENSE.txt 134  
2119 blake3-Ide0LiS3sipiu9ejpuWL6kx5oQlRcIaD2r/T7rqkPxE= 52 https://developer.download.nvidia.com/compute/cuda/redist/visual_studio_integration/LICENSE.txt 134  
2120 blake3-Ide0LiS3sipiu9ejpuWL6kx5oQlRcIaD2r/T7rqkPxE= 52 https://developer.download.nvidia.com/compute/cuda/redist/visual_studio_integration/LICENSE.txt 134  
25528 blake3-vm1k6A6+0hlFiUJ1aDRN0zKy43U+uUV8jhQb4BMnEO8= 8486 https://developer.download.nvidia.com/compute/cuda/redist/visual_studio_integration/LICENSE.txt 134  
25995 blake3-vm1k6A6+0hlFiUJ1aDRN0zKy43U+uUV8jhQb4BMnEO8= 8486 https://developer.download.nvidia.com/compute/cuda/redist/visual_studio_integration/LICENSE.txt 134 href 987

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 13.194ms