home / sidx

UriReference

13 rows where target = 369

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
2184 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
2185 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
2186 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
2187 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
2188 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
2189 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
2190 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
2191 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
2192 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
2193 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
2194 blake3-Es6qkKwMOK9uSRjjkbdZ21mOiNZC/AtmUy6chSrC6X0= 57 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
25448 blake3-IRNtPj3UEKckywRVn92MoM3yrACc+FJ+FR01qtVBMIc= 8470 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369  
25816 blake3-IRNtPj3UEKckywRVn92MoM3yrACc+FJ+FR01qtVBMIc= 8470 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-x86_64/ 369 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 35.014ms