This website requires JavaScript.
Explore
Help
Register
Sign In
0x01FE
/
Navidrome-Tracker
Watch
1
Star
0
Fork
0
You've already forked Navidrome-Tracker
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Navidrome-Tracker
/
sql
/
get_last_song_id.sql
JISAUAY
95c4dc96f6
added a bunch of stuff
2025-04-22 16:35:48 -05:00
1 line
46 B
SQL
Raw
Blame
History
SELECT
id
FROM
songs
ORDER
BY
id
DESC
LIMIT
1
;
Reference in New Issue
View Git Blame
Copy Permalink