-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
MSACCESS:
select DocType, Count(*) as Count , Sum(Len(bincontent)) as SumLength, Max(Len(bincontent)) as MaxLength from t_document group by doctype
SQLITE:
select DocType, Count(*) as Count , Sum(Length(bincontent)) as SumLength, Max(Length(bincontent)) as MaxLength from t_document group by doctype
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels