home / songs

charts

1 row where song_id = "10633417312d9c06b02f6b2c1140c97e"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ song_id steps jumps beats type difficulty meter
10633417312d9c06b02f6b2c1140c97e-challenge-13 Altar to the Unknown God 10633417312d9c06b02f6b2c1140c97e 1734 79 752 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 21.273ms