home / sidx

UriReference

6 rows where target = 889

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
24318 blake3-fM93fyji98fmI54afTzONi7a8HpScU/6Vn97K3X9e84= 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-ppc64le/nsight_systems-linux-ppc64le-2021.3.3.2-archive.tar.xz 889  
24319 blake3-fM93fyji98fmI54afTzONi7a8HpScU/6Vn97K3X9e84= 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-ppc64le/nsight_systems-linux-ppc64le-2021.3.3.2-archive.tar.xz 889  
24320 blake3-fM93fyji98fmI54afTzONi7a8HpScU/6Vn97K3X9e84= 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-ppc64le/nsight_systems-linux-ppc64le-2021.3.3.2-archive.tar.xz 889  
24321 blake3-fM93fyji98fmI54afTzONi7a8HpScU/6Vn97K3X9e84= 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-ppc64le/nsight_systems-linux-ppc64le-2021.3.3.2-archive.tar.xz 889  
24322 blake3-fM93fyji98fmI54afTzONi7a8HpScU/6Vn97K3X9e84= 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-ppc64le/nsight_systems-linux-ppc64le-2021.3.3.2-archive.tar.xz 889  
24323 blake3-fM93fyji98fmI54afTzONi7a8HpScU/6Vn97K3X9e84= 727 https://developer.download.nvidia.com/compute/cuda/redist/nsight_systems/linux-ppc64le/nsight_systems-linux-ppc64le-2021.3.3.2-archive.tar.xz 889  

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