home / xpn_countdown

genres

1 row where name = "anti-folk"

✎ View and edit SQL

This data as json, CSV (advanced)

name 1

  • anti-folk · 1 ✖
id ▼ name
13 anti-folk

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE genres (
            id INTEGER PRIMARY KEY AUTOINCREMENT,
            name TEXT UNIQUE NOT NULL
        );
CREATE INDEX idx_genre_name ON genres(name);
Powered by Datasette · Queries took 3.231ms