Tagged Questions
3
votes
4answers
745 views
DBMS agnostic - What to name the COUNT column from a SQL Query
I have trouble naming the COUNT() column from SQL queries and will swap between various variants
_Count
[Count] (sql, or "count" or backticks for MySQL etc)
C
Cnt
CountSomething (where "something" ...