home / songs

charts

5 rows where song_id = "0d2a91fec4108365928e43a1665dfa7b"

✎ View and edit SQL

This data as json, CSV (advanced)

meter 4 ✖

  • 10 2
  • 7 1
  • 8 1
  • 11 1
id ▼ song_id steps jumps beats type difficulty meter
0d2a91fec4108365928e43a1665dfa7b-beginner-7 A Map of the World 0d2a91fec4108365928e43a1665dfa7b 1015 0 568 dance-single: beginner 7
0d2a91fec4108365928e43a1665dfa7b-challenge-11 A Map of the World 0d2a91fec4108365928e43a1665dfa7b 1821 0 568 dance-single: challenge 11
0d2a91fec4108365928e43a1665dfa7b-easy-8 A Map of the World 0d2a91fec4108365928e43a1665dfa7b 1048 0 568 dance-single: easy 8
0d2a91fec4108365928e43a1665dfa7b-hard-10 A Map of the World 0d2a91fec4108365928e43a1665dfa7b 1575 0 568 dance-single: hard 10
0d2a91fec4108365928e43a1665dfa7b-medium-10 A Map of the World 0d2a91fec4108365928e43a1665dfa7b 1481 0 568 dance-single: medium 10

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