home / sidx

UriReference

13 rows where target = 234

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
4385 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
4386 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
4387 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
4388 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
4389 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
4390 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
4391 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
4392 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
4393 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
4394 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
4395 blake3-fyH0PDwibYWCkRcsMqvVyZGvPGWBvg64ByGdem7Yf7U= 93 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
25367 blake3-re1BmtwfXwI1Yt1urtb8wcpvJnDQdq/A6MWlKuQB1AQ= 8457 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234  
25822 blake3-re1BmtwfXwI1Yt1urtb8wcpvJnDQdq/A6MWlKuQB1AQ= 8457 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-sbsa/ 234 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 40.08ms