我需要以下值作为Couchbase DB的N1QL查询输出中的字符串。
当前 -
"cas": "1499937943452123136"
预期 -
select meta().cas from sampledb where type = "PROD" and Id =
"PROD_101"
Cbq查询:
$params = array(
'a' => 'foo',
'b' => 'bar'
);
$output = $this->request('GET', 'my_controller/my_function', $params);
请求帮助。
此致 Emraan。
答案 0 :(得分:2)
使用to_string函数。
{{1}}
您使用的是什么版本的Couchbase?
答案 1 :(得分:0)