home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

where steam_app_pk = 74986

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
910281 1 32.6 Scarred Stars: Traumatic Edition 74986
910282 3 21.6 Scarred Stars: Traumatic Edition 74986
910283 2 17.5 Scarred Stars: Traumatic Edition 74986
910284 4 18.2 Scarred Stars: Traumatic Edition 74986

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 22801.238ms · Data source: steam-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows