apollo数据库表查询方法-可以通过批量更新mysql数据库-比如批量更新IP地址等
select `Id`, `AppId`, `Name` from ApolloPortalDB.App; select `NamespaceId`, `Key`, `Value`, `Comment` from ApolloConfigDB.Item;
##根据namespaceId查询服务
select * from ApolloConfigDB.Namespace where id in (1);