Navidrome-Tracker/sql/insert_song.sql
2025-04-15 16:35:13 -05:00

5 lines
115 B
SQL

-- With Spotify Id
INSERT INTO
songs (id, name, length, album, artist, spotify_id)
VALUES (?, ?, ?, ?, ?, ?);