http://xx.xx.xxx.xxx:9090/gemfire-api/v1/queries/adhoc?q=select * from (select * from orders t1,order_details t2 where t1.orderid = t2.orderid) t5,(select * from products t3,order_details t4 where t3.productid = t4.productid) t6 where t5.orderid = t6.orderid
当我使用临时查询(嵌套)向gemfire服务器发送GET请求时,我得到:
绑定参数不是预期的类型
如何解决这个问题?