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

1 line
46 B
SQL

SELECT id FROM songs ORDER BY id DESC LIMIT 1;