This website requires JavaScript.
Explore
Help
Sign In
Arav
/
justguestbook
Watch
1
Star
0
Fork
0
You've already forked justguestbook
Code
Releases
7
Activity
613f0c1616
justguestbook
/
database
/
sqlite
/
queries
/
entryCount.sql
3 lines
55 B
MySQL
Raw
Normal View
History
Unescape
Escape
Changed formatting for entryCount.sql.
2023-05-06 22:21:47 +04:00
SELECT
COUNT
(
`
entry_id
`
)
AS
`
total
`
Added new sql statements. In new reply entry_id and created swapped places.
2022-10-21 04:22:07 +04:00
FROM
`
entry
`
;
Copy Permalink