home / sidx

UriReference

13 rows where target = 140

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
4451 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
4452 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
4453 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
4454 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
4455 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
4456 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
4457 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
4458 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
4459 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
4460 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
4461 blake3-CoFtLfz5V/R+q3Aky48sLgXHoiaGlCtkeBNmmXi0dKg= 94 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
25406 blake3-rgNDrv7ez8GtWEcr/V3owqy033cVi+EOysfQ25HwQH8= 8464 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140  
25887 blake3-rgNDrv7ez8GtWEcr/V3owqy033cVi+EOysfQ25HwQH8= 8464 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/LICENSE.txt 140 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 76.441ms