home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

14 rows where steam_app_pk = 72625

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
886366 ach4 16.9 KnightOut 72625
886367 ach0 8.4 KnightOut 72625
886368 ach5 13.8 KnightOut 72625
886369 ach6 6.3 KnightOut 72625
886370 ach1 3.8 KnightOut 72625
886371 ach9 0.6 KnightOut 72625
886372 ach13 0.1 KnightOut 72625
886373 ach12 0.1 KnightOut 72625
886374 ach11 0.1 KnightOut 72625
886375 ach10 0.1 KnightOut 72625
886376 ach8 0.1 KnightOut 72625
886377 ach7 0.1 KnightOut 72625
886378 ach3 0.1 KnightOut 72625
886379 ach2 0.4 KnightOut 72625

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 2285.782ms · Data source: steam-to-sqlite