home / sidx

UriReference

7 rows where target = 988

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
10438 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.5.114-archive.tar.xz 988  
10439 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.5.114-archive.tar.xz 988  
10440 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.5.114-archive.tar.xz 988  
10441 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.5.114-archive.tar.xz 988  
10442 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.5.114-archive.tar.xz 988  
10443 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.5.114-archive.tar.xz 988  
10444 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.5.114-archive.tar.xz 988  

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.726ms