doris运维命令Doris查询历史查询执行情况: SELECT time AS ‘操作时间’, user AS ‘执行用户’, client_ip AS ‘客户端IP’, db AS ‘数据库’, query_time AS ‘执行时长(ms)’, scan_bytes AS ‘扫描数据量’, state AS ‘执行状态’, stmt AS ‘SQL语句’ FROM __internal_schema.audit_log WHERE stmt LIKE ‘%delete from%’ AND state = ‘UNKN