home / songs

charts

6 rows where song_id = "021cc0cd5b12cf58fe22642b4c917ce8"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: beats, type, difficulty

id ▼ song_id steps jumps beats type difficulty meter
021cc0cd5b12cf58fe22642b4c917ce8-beginner-1 Robotix 021cc0cd5b12cf58fe22642b4c917ce8 62 6 380 dance-single: beginner 1
021cc0cd5b12cf58fe22642b4c917ce8-challenge-11 Robotix 021cc0cd5b12cf58fe22642b4c917ce8 592 54 384 dance-single: challenge 11
021cc0cd5b12cf58fe22642b4c917ce8-easy-4 Robotix 021cc0cd5b12cf58fe22642b4c917ce8 69 12 380 dance-double: easy 4
021cc0cd5b12cf58fe22642b4c917ce8-hard-8 Robotix 021cc0cd5b12cf58fe22642b4c917ce8 333 55 384 dance-single: hard 8
021cc0cd5b12cf58fe22642b4c917ce8-hard-9 Robotix 021cc0cd5b12cf58fe22642b4c917ce8 227 11 384 dance-double: hard 9
021cc0cd5b12cf58fe22642b4c917ce8-medium-6 Robotix 021cc0cd5b12cf58fe22642b4c917ce8 219 39 384 dance-single: medium 6

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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
);
Powered by Datasette · Queries took 46.553ms