3 lines
108 B
SQL
3 lines
108 B
SQL
INSERT OR IGNORE INTO `history`
|
|
(`start_at`, `song_id`, `listeners`, `peak_listeners`)
|
|
VALUES (?,?,?,?); |