SELECT
device_model,
--device_serial_id,
--app_name AS ProtoPort,
--in_interface,--
--src_mac,--
src_ip,
dst_ip,
src_country,
log_type AS Source_Log,
log_subtype AS Decision,
src_port,
dst_port
--protocol--
FROM xgfw_data
...