home / sidx

UriReference

13 rows where target = 192

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
2083 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
2084 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
2085 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
2086 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
2087 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
2088 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
2089 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
2090 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
2091 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
2092 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
2093 blake3-lEW9E9gT94rNt073C39L26RDydNP/8uClXj5Q+kW85o= 51 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
25335 blake3-xQOg/jkuRZB6V7EuSr70eUbcuFltEtNXAB7N+W9Muno= 8452 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192  
25760 blake3-xQOg/jkuRZB6V7EuSr70eUbcuFltEtNXAB7N+W9Muno= 8452 https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/linux-sbsa/ 192 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.629ms