home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

11 rows where steam_app_pk = 441

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
6247 LEVEL_1_COMPLETE 43.7 These Lands 441
6248 LEVEL_2_COMPLETE 18.7 These Lands 441
6249 LEVEL_3_COMPLETE 13.5 These Lands 441
6250 LEVEL_4_COMPLETE 12.5 These Lands 441
6251 WILSON2 10.4 These Lands 441
6252 WILSON1 10.4 These Lands 441
6253 LEVEL_5_COMPLETE 10.4 These Lands 441
6254 WILSON3 6.2 These Lands 441
6255 WILSON5 5.2 These Lands 441
6256 WILSON_ALL 3.1 These Lands 441
6257 WILSON4 3.1 These Lands 441

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "achievement" (
	pk INTEGER NOT NULL, 
	name VARCHAR NOT NULL, 
	percent FLOAT NOT NULL, 
	steam_app_pk INTEGER, 
	PRIMARY KEY (pk), 
	FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk)
);
Powered by Datasette · Queries took 1097.073ms · Data source: steam-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows