home / sidx

UriReference

13 rows where target = 135

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: content

id ▼ content target why
1592 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
1593 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
1594 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
1595 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
1596 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
1597 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
1598 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
1599 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
1600 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
1601 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
1602 blake3-ZYRmrcBpWEm4FO7ahl5etHsdj1g2jnDuq1hLt/VAJvA= 42 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
25462 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135  
25880 blake3-R+FRXdihFagRMLvk7l63ZDdGQULk8PX6EFbJgLOITRI= 8473 https://developer.download.nvidia.com/compute/cuda/redist/libcufft/LICENSE.txt 135 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 10.871ms