charts
5 rows where song_id = "048fd316ab5c901de53db0a6083efb33"
This data as json, CSV (advanced)
id ▼ | song_id | steps | jumps | beats | type | difficulty | meter |
---|---|---|---|---|---|---|---|
048fd316ab5c901de53db0a6083efb33-beginner-1 | Pretty Punisher 048fd316ab5c901de53db0a6083efb33 | 72 | 9 | 268 | dance-single: | beginner | 1 |
048fd316ab5c901de53db0a6083efb33-challenge-10 | Pretty Punisher 048fd316ab5c901de53db0a6083efb33 | 513 | 40 | 268 | dance-single: | challenge | 10 |
048fd316ab5c901de53db0a6083efb33-easy-3 | Pretty Punisher 048fd316ab5c901de53db0a6083efb33 | 167 | 8 | 268 | dance-single: | easy | 3 |
048fd316ab5c901de53db0a6083efb33-hard-7 | Pretty Punisher 048fd316ab5c901de53db0a6083efb33 | 337 | 23 | 268 | dance-single: | hard | 7 |
048fd316ab5c901de53db0a6083efb33-medium-6 | Pretty Punisher 048fd316ab5c901de53db0a6083efb33 | 281 | 24 | 268 | dance-single: | medium | 6 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [charts] ( [song_id] TEXT REFERENCES [songs]([id]), [steps] INTEGER, [jumps] INTEGER, [beats] INTEGER, [type] TEXT, [difficulty] TEXT, [meter] INTEGER, [id] TEXT PRIMARY KEY );