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