home / songs

charts

1 row where song_id = "159506d736bb69dfc746e3a3d046fc35"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ song_id steps jumps beats type difficulty meter
159506d736bb69dfc746e3a3d046fc35-challenge-11 Lapis 159506d736bb69dfc746e3a3d046fc35 689 4 260 dance-single: challenge 11

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