home / songs

charts

1 row where song_id = "21dd37c8ffce076604dcba261f929588"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ song_id steps jumps beats type difficulty meter
21dd37c8ffce076604dcba261f929588-challenge-13 Fall With Me 21dd37c8ffce076604dcba261f929588 2500 27 948 dance-single: challenge 13

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 24.74ms