Apollo配置模糊查询
# 1 Apollo配置模糊查询
select (
select appid
from namespace
where id = NamespaceId
), value
from item
where value like '%要搜索的配置%';
1
2
3
4
5
6
7
2
3
4
5
6
7
![](http://media.luoxiaofeng.cn/blog/img/img_gzzh_0.png)
上次更新: 2022/06/02, 11:20:10
select (
select appid
from namespace
where id = NamespaceId
), value
from item
where value like '%要搜索的配置%';