achievement
Data source: steam-to-sqlite
6 rows where steam_app_pk = 223299
This data as json, CSV (advanced)
pk ▼ | name | percent | steam_app_pk |
---|---|---|---|
2029367 | PawnPromotion | 15.3 | Dicey Chess 223299 |
2029368 | Dicey | 9.8 | Dicey Chess 223299 |
2029369 | WinBot | 37.3 | Dicey Chess 223299 |
2029370 | WinWithoutMovingKing | 38.4 | Dicey Chess 223299 |
2029371 | WinWithLessThan10Rounds | 30.7 | Dicey Chess 223299 |
2029372 | BeatKingWithPawn | 21.9 | Dicey Chess 223299 |
Advanced export
JSON shape: default, array, newline-delimited, object
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) );