Field Name
|
Data Type
|
Description
|
---|---|---|
id
|
Auto increment
|
Primary key
|
attachinfo_datetime
|
datetime
|
The datetime of summarization
|
attachinfo_cate_id
|
int
|
The category of this counter
|
attachinfo_value
|
nvarchar(64)
|
The value of this counter
|
attachinfo_count
|
int
|
The count of this data category
|
Field Name
|
Data Type
|
Description
|
---|---|---|
id
|
Auto increment
|
Primary key
|
dlpinfo_datetime
|
datetime
|
The datetime of summarization
|
dlpinfo_cate_id
|
int
|
The category of this counter
|
dlpinfo_value
|
nvarchar(64)
|
The value of this counter
|
dlpinfo _count
|
int
|
The count of this data category
|
Field Name
|
Data Type
|
Description
|
---|---|---|
id
|
Auto increment
|
Primary key
|
summary_total_message_count
|
int
|
The total message scanned count for this period
|
summary_total_attachment_count
|
int
|
The total attachment scanned count for this period
|
summary_attachment_blocked_count
|
int
|
The blocked attachment count for this period
|
summary_dlp_filtered_count
|
int
|
The filtered-count for this period
|
SELECT MAX(summary_datetime) AS lastest_datetime FROM tblSummary;
SELECT * FROM tblReportCollectionSummary.