home / songs

charts

5 rows where song_id = "1d77c82758c7366721ca0b4b50993a13"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: type

jumps 3 ✖

  • 0 3
  • 1 1
  • 4 1
id ▼ song_id steps jumps beats type difficulty meter
1d77c82758c7366721ca0b4b50993a13-beginner-1 The End of Innocence 1d77c82758c7366721ca0b4b50993a13 81 0 292 dance-single: beginner 1
1d77c82758c7366721ca0b4b50993a13-challenge-11 The End of Innocence 1d77c82758c7366721ca0b4b50993a13 358 4 292 dance-double: challenge 11
1d77c82758c7366721ca0b4b50993a13-easy-4 The End of Innocence 1d77c82758c7366721ca0b4b50993a13 122 0 292 dance-double: easy 4
1d77c82758c7366721ca0b4b50993a13-hard-9 The End of Innocence 1d77c82758c7366721ca0b4b50993a13 238 0 292 dance-double: hard 9
1d77c82758c7366721ca0b4b50993a13-medium-6 The End of Innocence 1d77c82758c7366721ca0b4b50993a13 202 1 292 dance-double: 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 30.112ms