home / sidx

UriReference

8 rows where content = 8485

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
25523 blake3-tQHC9sTpMER2iLKUrY9ZQxgPY2F8JnhjpKzMN81bOBQ= 8485    
25524 blake3-tQHC9sTpMER2iLKUrY9ZQxgPY2F8JnhjpKzMN81bOBQ= 8485    
25525 blake3-tQHC9sTpMER2iLKUrY9ZQxgPY2F8JnhjpKzMN81bOBQ= 8485    
25526 blake3-tQHC9sTpMER2iLKUrY9ZQxgPY2F8JnhjpKzMN81bOBQ= 8485 https://developer.download.nvidia.com/compute/cuda/redist/ 28  
25990 blake3-tQHC9sTpMER2iLKUrY9ZQxgPY2F8JnhjpKzMN81bOBQ= 8485 https://developer.download.nvidia.com/compute/cuda/redist/ 28 href 987
25991 blake3-tQHC9sTpMER2iLKUrY9ZQxgPY2F8JnhjpKzMN81bOBQ= 8485   href 987
25992 blake3-tQHC9sTpMER2iLKUrY9ZQxgPY2F8JnhjpKzMN81bOBQ= 8485   href 987
25993 blake3-tQHC9sTpMER2iLKUrY9ZQxgPY2F8JnhjpKzMN81bOBQ= 8485   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 18.916ms