home / sidx

UriReference

8 rows where target = 761

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ content target why
22505 blake3-zcmGjZzuiXS6G7Q1Zo3OHZgfwuezoG1pJvrtRNRUTqc= 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-11.8.86-archive.tar.xz 761  
22506 blake3-zcmGjZzuiXS6G7Q1Zo3OHZgfwuezoG1pJvrtRNRUTqc= 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-11.8.86-archive.tar.xz 761  
22507 blake3-zcmGjZzuiXS6G7Q1Zo3OHZgfwuezoG1pJvrtRNRUTqc= 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-11.8.86-archive.tar.xz 761  
22508 blake3-zcmGjZzuiXS6G7Q1Zo3OHZgfwuezoG1pJvrtRNRUTqc= 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-11.8.86-archive.tar.xz 761  
22509 blake3-zcmGjZzuiXS6G7Q1Zo3OHZgfwuezoG1pJvrtRNRUTqc= 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-11.8.86-archive.tar.xz 761  
22510 blake3-zcmGjZzuiXS6G7Q1Zo3OHZgfwuezoG1pJvrtRNRUTqc= 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-11.8.86-archive.tar.xz 761  
22511 blake3-zcmGjZzuiXS6G7Q1Zo3OHZgfwuezoG1pJvrtRNRUTqc= 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-11.8.86-archive.tar.xz 761  
22512 blake3-zcmGjZzuiXS6G7Q1Zo3OHZgfwuezoG1pJvrtRNRUTqc= 464 https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprune/linux-aarch64/cuda_nvprune-linux-aarch64-11.8.86-archive.tar.xz 761  

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