This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
BrickTracker
Watch
1
Star
0
Fork
0
You've already forked BrickTracker
forked from
FrederikBaerentsen/BrickTracker
Code
Pull Requests
Activity
c075b525a8
BrickTracker
/
bricktracker
/
sql
/
schema
/
count.sql
2 lines
45 B
MySQL
Raw
Normal View
History
Unescape
Escape
Quote SQL identifiers as best practice and to avoid any problem in the future
2025-01-20 19:39:12 +01:00
SELECT
COUNT
(
*
)
AS
"
count
"
FROM
"
{{ table }}
"
Copy Permalink