这个错误消息指的是在 Oracle 19c 中调用 JSON_VALUE 函数时,函数的第二个参数必须是类型(而不是字符串、数字等)。
例如,以下代码将导致该错误:
SELECT JSON_VALUE('{"key": "value"}', 'key');
正确的写法是:
SELECT JSON_VALUE('{"key": "value"}', '$.key') FROM DUAL;
其中 $ 符号表示 JSON 对象中的根。
|
|
温文尔雅的罐头 · cv2.error: could not ...· 2 年前 · |
|
|
淡定的地瓜 · 如何解决ErrorCode: ...· 2 年前 · |
|
|
考研的围巾 · c# filestream 拒绝存取路径-掘金· 3 年前 · |
|
|
直爽的企鹅 · Ubuntu ...· 3 年前 · |
|
|
好帅的山羊 · GetDesktopWindow ...· 3 年前 · |
|
|
温文尔雅的罐头 · cv2.error: could not find encoder for the specified extension in function ‘imencode‘_error: (-2:unsp 2 年前 |
|
|
淡定的地瓜 · 如何解决ErrorCode: SecondLevelDomainForbidden ErrorMessage: Please use virtual hosted style to access.-C 2 年前 |
|
|
考研的围巾 · c# filestream 拒绝存取路径-掘金 3 年前 |