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

4 lines
37 B
SQL

SELECT *
FROM albums
WHERE name = ?;