home / sidx

UriReference

4 rows where target = 719

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
18200 blake3-ECzqsryuHP9neOFXgFr2a6XhsxFcJ07sbpPlYOx4xpA= 245 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.39-archive.zip 719  
18201 blake3-ECzqsryuHP9neOFXgFr2a6XhsxFcJ07sbpPlYOx4xpA= 245 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.39-archive.zip 719  
18202 blake3-ECzqsryuHP9neOFXgFr2a6XhsxFcJ07sbpPlYOx4xpA= 245 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.39-archive.zip 719  
18203 blake3-ECzqsryuHP9neOFXgFr2a6XhsxFcJ07sbpPlYOx4xpA= 245 https://developer.download.nvidia.com/compute/cuda/redist/libcurand/windows-x86_64/libcurand-windows-x86_64-10.3.6.39-archive.zip 719  

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