home / songs

charts

5 rows where song_id = "2170aabbc76d48a2232ee9b16c22c715"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: jumps

beats 3 ✖

  • 244 3
  • 240 1
  • 248 1
id ▼ song_id steps jumps beats type difficulty meter
2170aabbc76d48a2232ee9b16c22c715-beginner-1 Disarray 2170aabbc76d48a2232ee9b16c22c715 50 0 240 dance-single: beginner 1
2170aabbc76d48a2232ee9b16c22c715-challenge-10 Disarray 2170aabbc76d48a2232ee9b16c22c715 463 2 248 dance-single: challenge 10
2170aabbc76d48a2232ee9b16c22c715-easy-3 Disarray 2170aabbc76d48a2232ee9b16c22c715 150 0 244 dance-single: easy 3
2170aabbc76d48a2232ee9b16c22c715-hard-8 Disarray 2170aabbc76d48a2232ee9b16c22c715 350 1 244 dance-single: hard 8
2170aabbc76d48a2232ee9b16c22c715-medium-6 Disarray 2170aabbc76d48a2232ee9b16c22c715 226 0 244 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 142.124ms