This website requires JavaScript.
Explore
Help
Register
Sign In
FrederikBaerentsen
/
BrickTracker
Watch
4
Star
6
Fork
6
You've already forked BrickTracker
Code
Issues
13
Pull Requests
2
Actions
Packages
Projects
1
Releases
3
Wiki
Activity
4e1bf08139
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 }}
"
Reference in New Issue
Copy Permalink