This commit is contained in:
V-LiuShuang
2026-08-11 14:39:57 +08:00
parent 41ca0d39a4
commit 90531610ba
5 changed files with 125 additions and 124 deletions
@@ -0,0 +1,9 @@
# 输入要求
必须提供**智能体ID**。
## 执行查询
```sql
select * from mis-agent.agent_usage_stats_daily where agent_id = <ID> order by daily desc
```