home / sidx

UriReference

6 rows where target = 13746

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
25314 blake3-D3L0d83+mUsjTN04lNfrOy+x+SiIYxmVuHO2i7mJrAA= 8409 https://developer.download.nvidia.com/compute/cudnn/redist/ 13746  
25321 blake3-IcEzJtY+As4bV7QAMkMNLocJRNYylAIuL1fEQmBUCCU= 8410 https://developer.download.nvidia.com/compute/cudnn/redist/ 13746  
25325 blake3-A/wvnRFP1C8ArAjpE8CRqVLK/aivi3eFhwjrzYii/Tg= 8411 https://developer.download.nvidia.com/compute/cudnn/redist/ 13746  
25997 blake3-IcEzJtY+As4bV7QAMkMNLocJRNYylAIuL1fEQmBUCCU= 8410 https://developer.download.nvidia.com/compute/cudnn/redist/ 13746 href 987
26004 blake3-D3L0d83+mUsjTN04lNfrOy+x+SiIYxmVuHO2i7mJrAA= 8409 https://developer.download.nvidia.com/compute/cudnn/redist/ 13746 href 987
26011 blake3-A/wvnRFP1C8ArAjpE8CRqVLK/aivi3eFhwjrzYii/Tg= 8411 https://developer.download.nvidia.com/compute/cudnn/redist/ 13746 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 121.44ms