DBMS agnostic - What to name the COUNT column from a SQL Query
- by cyberkiwi
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" is the field being counted, or "CountAll")
NoOfRows
RowCount
etc
Has anyone come up with any name that you are happy with and always use without…