home / database

Menu
  • GraphQL API

achievement

Table actions
  • GraphQL API for achievement

Data source: steam-to-sqlite

43 rows where steam_app_pk = 1031

✎ View and edit SQL

This data as json, CSV (advanced)

pk ▼ name percent steam_app_pk
13173 ach_levels_00 55.1 Starlight X-2: Space Sudoku 1031
13174 ach_levels_01 41.3 Starlight X-2: Space Sudoku 1031
13175 ach_fast_00 42.2 Starlight X-2: Space Sudoku 1031
13176 ach_playtime_00 33.6 Starlight X-2: Space Sudoku 1031
13177 ach_levels_size_00 32.7 Starlight X-2: Space Sudoku 1031
13178 ach_levels_02 32.7 Starlight X-2: Space Sudoku 1031
13179 ach_usehints_00 33.6 Starlight X-2: Space Sudoku 1031
13180 ach_nohints_00 31.8 Starlight X-2: Space Sudoku 1031
13181 ach_nohints_02 28.4 Starlight X-2: Space Sudoku 1031
13182 ach_nohints_01 27.5 Starlight X-2: Space Sudoku 1031
13183 ach_fast_01 27.5 Starlight X-2: Space Sudoku 1031
13184 ach_usehints_01 24.1 Starlight X-2: Space Sudoku 1031
13185 ach_addicted_00 18.1 Starlight X-2: Space Sudoku 1031
13186 ach_playtime_01 24.1 Starlight X-2: Space Sudoku 1031
13187 ach_nohints_03 26.7 Starlight X-2: Space Sudoku 1031
13188 ach_fast_03 23.2 Starlight X-2: Space Sudoku 1031
13189 ach_nohints_04 20.6 Starlight X-2: Space Sudoku 1031
13190 ach_fast_02 22.4 Starlight X-2: Space Sudoku 1031
13191 ach_switchoff_00 15.5 Starlight X-2: Space Sudoku 1031
13192 ach_nohints_05 12.0 Starlight X-2: Space Sudoku 1031
13193 ach_fast_06 14.6 Starlight X-2: Space Sudoku 1031
13194 ach_fast_04 14.6 Starlight X-2: Space Sudoku 1031
13195 ach_dailypack_00 12.0 Starlight X-2: Space Sudoku 1031
13196 ach_playtime_02 12.9 Starlight X-2: Space Sudoku 1031
13197 ach_nohints_07 14.6 Starlight X-2: Space Sudoku 1031
13198 ach_levels_size_02 15.5 Starlight X-2: Space Sudoku 1031
13199 ach_levels_size_01 20.6 Starlight X-2: Space Sudoku 1031
13200 ach_fast_07 13.7 Starlight X-2: Space Sudoku 1031
13201 ach_usehints_02 15.5 Starlight X-2: Space Sudoku 1031
13202 ach_addicted_02 11.2 Starlight X-2: Space Sudoku 1031
13203 ach_addicted_01 11.2 Starlight X-2: Space Sudoku 1031
13204 ach_classicpack_00 18.9 Starlight X-2: Space Sudoku 1031
13205 ach_nohints_08 12.9 Starlight X-2: Space Sudoku 1031
13206 ach_nohints_06 14.6 Starlight X-2: Space Sudoku 1031
13207 ach_levels_size_03 15.5 Starlight X-2: Space Sudoku 1031
13208 ach_fast_05 12.9 Starlight X-2: Space Sudoku 1031
13209 ach_levels_size_05 7.7 Starlight X-2: Space Sudoku 1031
13210 ach_levels_size_04 7.7 Starlight X-2: Space Sudoku 1031
13211 ach_levels_03 11.2 Starlight X-2: Space Sudoku 1031
13212 ach_levels_size_07 7.7 Starlight X-2: Space Sudoku 1031
13213 ach_levels_size_06 7.7 Starlight X-2: Space Sudoku 1031
13214 ach_levels_04 4.3 Starlight X-2: Space Sudoku 1031
13215 ach_levels_05 1.7 Starlight X-2: Space Sudoku 1031

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