home / sidx

UriReference

13 rows where target = 446

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
2839 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
2840 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
2841 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
2842 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
2843 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
2844 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
2845 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
2846 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
2847 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
2848 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
2849 blake3-IsWRv7O6RrPcCXGIvvHyyNR7U87I62a1TSIgPuDvcvQ= 71 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
25428 blake3-6He5jvWK+2rVyi65FMJpxi1wOW6EDJB83dh31z0LJww= 8467 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446  
25867 blake3-6He5jvWK+2rVyi65FMJpxi1wOW6EDJB83dh31z0LJww= 8467 https://developer.download.nvidia.com/compute/cuda/redist/libcublas/linux-ppc64le/ 446 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 18.582ms