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

5 lines
46 B
SQL

SELECT *
FROM songs
ORDER BY id
DESC LIMIT 1;