This website requires JavaScript.
Explore
Help
Sign in
Zynh0722
/
nyazoom
Watch
1
Star
0
Fork
You've already forked nyazoom
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
7825f38e7a
nyazoom
/
queries
/
records
/
count_records.sql
Zynh Ludwig
d55a906dde
feat: count_records query
2024-11-15 22:52:55 -08:00
1 line
30 B
SQL
Raw
Blame
History
SELECT
COUNT
(
*
)
FROM
records
;
Reference in a new issue
View git blame
Copy permalink