feat: get_record query
This commit is contained in:
parent
b70d988c9d
commit
83c31d679d
1 changed files with 7 additions and 0 deletions
7
queries/records/get_record.sql
Normal file
7
queries/records/get_record.sql
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
SELECT
|
||||||
|
cache_name,
|
||||||
|
uploaded,
|
||||||
|
downloads,
|
||||||
|
max_downloads
|
||||||
|
FROM records
|
||||||
|
WHERE cache_name = ?;
|
Loading…
Reference in a new issue