achievement
Data source: steam-to-sqlite
10 rows where steam_app_pk = 3356
This data as json, CSV (advanced)
pk ▼ | name | percent | steam_app_pk |
---|---|---|---|
1963969 | SSFULL_ACH_000 | 54.4 | Starstruck: Hands of Time 3356 |
1963970 | SSFULL_ACH_022 | 34.3 | Starstruck: Hands of Time 3356 |
1963971 | SSFULL_ACH_012 | 49.0 | Starstruck: Hands of Time 3356 |
1963972 | SSFULL_ACH_021 | 22.7 | Starstruck: Hands of Time 3356 |
1963973 | SSFULL_ACH_020 | 26.0 | Starstruck: Hands of Time 3356 |
1963974 | SSFULL_ACH_019 | 11.7 | Starstruck: Hands of Time 3356 |
1963975 | SSFULL_ACH_023 | 9.6 | Starstruck: Hands of Time 3356 |
1963976 | SSFULL_ACH_018 | 9.4 | Starstruck: Hands of Time 3356 |
1963977 | SSFULL_ACH_016 | 3.6 | Starstruck: Hands of Time 3356 |
1963978 | SSFULL_ACH_017 | 1.2 | Starstruck: Hands of Time 3356 |
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) );