home / sidx

UriReference

7 rows where target = 332

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
13713 blake3-dYhTuY/ysN+bYcoRSX9I0guML9kalUeR7f51npmMqYw= 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.55-archive.tar.xz 332  
13714 blake3-dYhTuY/ysN+bYcoRSX9I0guML9kalUeR7f51npmMqYw= 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.55-archive.tar.xz 332  
13715 blake3-dYhTuY/ysN+bYcoRSX9I0guML9kalUeR7f51npmMqYw= 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.55-archive.tar.xz 332  
13716 blake3-dYhTuY/ysN+bYcoRSX9I0guML9kalUeR7f51npmMqYw= 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.55-archive.tar.xz 332  
13717 blake3-dYhTuY/ysN+bYcoRSX9I0guML9kalUeR7f51npmMqYw= 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.55-archive.tar.xz 332  
13718 blake3-dYhTuY/ysN+bYcoRSX9I0guML9kalUeR7f51npmMqYw= 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.55-archive.tar.xz 332  
13719 blake3-dYhTuY/ysN+bYcoRSX9I0guML9kalUeR7f51npmMqYw= 203 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/linux-sbsa/cuda_profiler_api-linux-sbsa-12.1.55-archive.tar.xz 332  

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