Navidrome-Tracker/sql/get_song_by_name.sql
2025-04-22 16:35:48 -05:00

1 line
51 B
SQL

SELECT * FROM songs WHERE name = ? ORDER BY id ASC;