This commit is contained in:
V-LiuShuang
2026-08-07 15:28:55 +08:00
parent 502189b066
commit 3614f6f512
+2 -2
View File
@@ -21,7 +21,7 @@ description: 执行sql的时候需要参考该技能的说明
select part from log_agent_chat where del_flag = '0';
```
1. 根据切片号查询并合并各个切片表的数据
2. 根据切片号查询并合并各个切片表的数据
```sql
select * from log_agent_chat_1 where chat_window_id = <ID>
@@ -122,7 +122,7 @@ select * from mis-agent.agent_usage_stats_daily where agent_id = <智能体ID> o
select * from mis-agent.project_stats_registry
```
1. 查询项目统计数据
2. 查询项目统计数据
```sql
select * from mis-agent.project_data_stats_daily where project_id = <project_id>