1
0

3 lines
108 B
MySQL
Raw Normal View History

INSERT OR IGNORE INTO `history`
2024-05-11 05:05:27 +04:00
(`start_at`, `song_id`, `listeners`, `peak_listeners`)
VALUES (?,?,?,?);