home / sidx

UriReference

13 rows where target = 248

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
1843 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1844 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1845 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1846 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1847 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1848 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1849 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1850 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1851 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1852 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1853 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
1854 blake3-9IBPUgQ1VKhEcrpSl8e6GuG1tIQzVUJ1qESODs2VKP8= 48 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248  
25768 blake3-RwdenQi871f8EI6E/1GUuOWjkAKy0CXeoO8sRryVtRE= 9599 https://developer.download.nvidia.com/compute/cuda/redist/cuda_cccl/linux-x86_64/ 248 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 11.89ms