SQLCount
public enum SQLCount
                - 
                  
                  
Represents COUNT(*)
Declaration
Swift
case all 
- 
                  
                  
Represents COUNT(DISTINCT expression)
Declaration
Swift
case distinct(SQLExpression) 
View on GitHub
Install in Dash
        SQLCount Enumeration Reference