このプロシージャは、カンマで区切られたキーと値のペアのリストを等号 (' = ') で区切ってキーと値のテーブルに変換します。

Parameters

Parameter

Description

properties

Comma-separated string of properties; mandatory

Attributes

Attribute

Type

Description

paramKey

string

Parameter key

paramValue

string

Parameter value

Example

CALL UTILS.internal_expandProperties(
properties => 'item1=10,item2=20'
);;

この呼び出しは以下を返します: