home / sidx

UriReference

8 rows where content = 8479

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
25491 blake3-Q+gRZ/nuZomfodoIk8KErGws/epnH6c7zXbdY/hkeLY= 8479    
25492 blake3-Q+gRZ/nuZomfodoIk8KErGws/epnH6c7zXbdY/hkeLY= 8479    
25493 blake3-Q+gRZ/nuZomfodoIk8KErGws/epnH6c7zXbdY/hkeLY= 8479    
25494 blake3-Q+gRZ/nuZomfodoIk8KErGws/epnH6c7zXbdY/hkeLY= 8479 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25942 blake3-Q+gRZ/nuZomfodoIk8KErGws/epnH6c7zXbdY/hkeLY= 8479 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25943 blake3-Q+gRZ/nuZomfodoIk8KErGws/epnH6c7zXbdY/hkeLY= 8479   href 987
25944 blake3-Q+gRZ/nuZomfodoIk8KErGws/epnH6c7zXbdY/hkeLY= 8479   href 987
25945 blake3-Q+gRZ/nuZomfodoIk8KErGws/epnH6c7zXbdY/hkeLY= 8479   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 10.201ms