Navidrome-Tracker/sql/get_song_by_name.sql

1 line
54 B
SQL

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