This website requires JavaScript.
Explore
Help
Sign in
Zynh0722
/
nyazoom
Watch
2
Star
0
Fork
You've already forked nyazoom
0
Code
Issues
3
Pull requests
Projects
Releases
Packages
Wiki
Activity
d0f98c5d04
Branches
Tags
No results found.
nyazoom
/
queries
/
records
/
increment_downloads.sql
4 lines
66 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat: increment_download query
2024-11-15 22:17:40 -08:00
UPDATE
record
SET
downloads
=
downloads
+
1
fix: semicolon on increment downloads query
2024-11-19 20:42:48 -08:00
WHERE
cache_name
=
?
;
Reference in a new issue
Copy permalink