我在存储过程中生成一个json,如下所示
Declare res CLOB(5M);
Set res = (values (json_array(select json_object…
Json看起来像
[{pk: 1, name1: xyz, name: 2}, {pk: 2, name1: cvc, name2: vcc}]
最后我需要的信息是什么是json的长度,意味着多少条目,它有,从根开始.
我需要这样的东西,
Declare counter SMALLINT;
Set Counter = xyz —should be 2
那么我怎么才能从res中找出,有两行呢?
1条答案
按热度按时间omvjsjqw1#
| 元素_编号|
| - -|
| 2个|