Studio里面查询审计查询不到通过Studio检索分析查询的SQL语句,通过查询审计日志发现被过滤了,这个是基于什么原因考虑过滤掉?
select count(*) from __internal_schema.audit_log where ( time between '2025-09-18 14:38:37.000' and '2025-09-18 15:38:37.000' and stmt not like '/* ApplicationName=SelectDBStudio */%' )