home / sidx

UriReference

4 rows where target = 664

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
11522 blake3-SuIEkcnFkEkkuwjAB6k8oH9+8Wa3lPjPBoV5ZnTLjMA= 175 https://developer.download.nvidia.com/compute/cuda/redist/nsight_vse/windows-x86_64/nsight_vse-windows-x86_64-2021.2.1.21205-archive.zip 664  
11523 blake3-SuIEkcnFkEkkuwjAB6k8oH9+8Wa3lPjPBoV5ZnTLjMA= 175 https://developer.download.nvidia.com/compute/cuda/redist/nsight_vse/windows-x86_64/nsight_vse-windows-x86_64-2021.2.1.21205-archive.zip 664  
11524 blake3-SuIEkcnFkEkkuwjAB6k8oH9+8Wa3lPjPBoV5ZnTLjMA= 175 https://developer.download.nvidia.com/compute/cuda/redist/nsight_vse/windows-x86_64/nsight_vse-windows-x86_64-2021.2.1.21205-archive.zip 664  
11525 blake3-SuIEkcnFkEkkuwjAB6k8oH9+8Wa3lPjPBoV5ZnTLjMA= 175 https://developer.download.nvidia.com/compute/cuda/redist/nsight_vse/windows-x86_64/nsight_vse-windows-x86_64-2021.2.1.21205-archive.zip 664  

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