home / sidx

UriReference

5 rows where target = 934

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
24247 blake3-IYYNdGlQlMoBXZVh9sr2/Lt2lVq+CYNos0PYoxoralM= 726 https://developer.download.nvidia.com/compute/cuda/redist/nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2022.4.1.6-archive.tar.xz 934  
24248 blake3-IYYNdGlQlMoBXZVh9sr2/Lt2lVq+CYNos0PYoxoralM= 726 https://developer.download.nvidia.com/compute/cuda/redist/nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2022.4.1.6-archive.tar.xz 934  
24249 blake3-IYYNdGlQlMoBXZVh9sr2/Lt2lVq+CYNos0PYoxoralM= 726 https://developer.download.nvidia.com/compute/cuda/redist/nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2022.4.1.6-archive.tar.xz 934  
24250 blake3-IYYNdGlQlMoBXZVh9sr2/Lt2lVq+CYNos0PYoxoralM= 726 https://developer.download.nvidia.com/compute/cuda/redist/nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2022.4.1.6-archive.tar.xz 934  
24251 blake3-IYYNdGlQlMoBXZVh9sr2/Lt2lVq+CYNos0PYoxoralM= 726 https://developer.download.nvidia.com/compute/cuda/redist/nsight_compute/linux-aarch64/nsight_compute-linux-aarch64-2022.4.1.6-archive.tar.xz 934  

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