home / sidx

UriReference

7 rows where target = 1002

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
10445 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.6.55-archive.tar.xz 1002  
10446 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.6.55-archive.tar.xz 1002  
10447 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.6.55-archive.tar.xz 1002  
10448 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.6.55-archive.tar.xz 1002  
10449 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.6.55-archive.tar.xz 1002  
10450 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.6.55-archive.tar.xz 1002  
10451 blake3-nm4VuRpwpiFle2MLONAkBgjHbeyla92MlW4Euk5KONI= 165 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/linux-sbsa/cuda_nvprof-linux-sbsa-11.6.55-archive.tar.xz 1002  

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 25.994ms